[]
Returns the zero based instance of IRange specified by index.
IRange this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IRange
| Type | Name | Description |
|---|---|---|
| int | index | The index of the area to retrieve. |
| Type | Description |
|---|---|
| IRange | The IRange. |