[]
Gets the data label at the specified index.
IDataLabel this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IDataLabel
Type | Name | Description |
---|---|---|
int | index | The index number of the data label. |
Type | Description |
---|---|
IDataLabel | An IDataLabel object contained by the collection. |