[]
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.
IRange this[int row, int column] { get; }
ReadOnly Default Property Item(row As Integer, column As Integer) As IRange
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| Type | Description |
|---|---|
| IRange | IRange. |
Gets the IRange object with the specified row and column.
IRange this[int row, int column, int rowCount, int columnCount] { get; }
ReadOnly Default Property Item(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As IRange
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| int | rowCount | The row count. |
| int | columnCount | The column count. |
| Type | Description |
|---|---|
| IRange | IRange. |