Overload | Description |
---|---|
Item(Int32) | Gets the specified label from the collection by numeric index. |
Item(Double) | Gets the specified label from the collection with the matching numeric value. |
Item(DateTime) | Gets the specified value label with the matching DateTime value. |
Item(String) | Gets the specified value label with the matching text. |