XmlMappedRange_OffsetType.Item[Int32, Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::Office::Interop::Excel::Range ^ default[int, int] { Microsoft::Office::Interop::Excel::Range ^ get(int RowOffset, int ColumnOffset); };
public Microsoft.Office.Interop.Excel.Range this[int RowOffset, int ColumnOffset] { get; }
member this.Item(int * int) : Microsoft.Office.Interop.Excel.Range
Default Public ReadOnly Property Item(Optional RowOffset As Integer, Optional ColumnOffset As Integer) As Range
Parameters
- RowOffset
- Int32
- ColumnOffset
- Int32