XmlMappedRange_ResizeType.Item[Int32, Int32] Property

Definition

public:
 property Microsoft::Office::Interop::Excel::Range ^ default[int, int] { Microsoft::Office::Interop::Excel::Range ^ get(int RowSize, int ColumnSize); };
public Microsoft.Office.Interop.Excel.Range this[int RowSize, int ColumnSize] { get; }
member this.Item(int * int) : Microsoft.Office.Interop.Excel.Range
Default Public ReadOnly Property Item(Optional RowSize As Integer, Optional ColumnSize As Integer) As Range

Parameters

RowSize
Int32
ColumnSize
Int32

Property Value

Applies to