[]
Gets a single ILegendEntry object from the collection.
ILegendEntry this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ILegendEntry
| Type | Name | Description |
|---|---|---|
| int | index | The index number for the object. |
| Type | Description |
|---|---|
| ILegendEntry | An ILegendEntry object contained by the collection. |