[]
Returns a new instance of IRange which is offset from this IRange.
IRange this[int rowOffset, int columnOffset] { get; }
ReadOnly Default Property Item(rowOffset As Integer, columnOffset As Integer) As IRange
Type | Description |
---|---|
IRange | IRange. |
Returns a new instance of IRange by index which represents a cell.
IRange this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IRange
Type | Name | Description |
---|---|---|
int | index | The index of range. |
Type | Description |
---|---|
IRange | IRange. |