[]
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 | Description |
---|---|
IRange | IRange. |