[]
Gets a single IRange object from the collection.
IRange this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IRange
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index number of the IRange object. |
Type | Description |
---|---|
IRange | The IRange object at the specified index. |