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