[]
Returns a single object from the collection.
IDataLabel this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IDataLabel
| Type | Name | Description |
|---|---|---|
| int | index | The index number for the object. |
| Type | Description |
|---|---|
| IDataLabel | The object at the specified index. |