[]
Gets the IRange object with the specified reference.
IRange this[string reference] { get; }
ReadOnly Default Property Item(reference As String) As IRange
Type | Name | Description |
---|---|---|
string | reference | The reference. |
Type | Description |
---|---|
IRange | IRange. |
Gets the IRange object with the specified row and column offset.
IRange this[int rowOffset, int columnOffset] { get; }
ReadOnly Default Property Item(rowOffset As Integer, columnOffset As Integer) As IRange
Type | Name | Description |
---|---|---|
int | rowOffset | The row offset. |
int | columnOffset | The column offset. |
Type | Description |
---|---|
IRange | IRange. |