[]
Searches LabeledValue object with specified value.
public int IndexOfValue(object value)
Public Function IndexOfValue(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value | Value of LabeledValue object. |
| Type | Description |
|---|---|
| int | Index of searched object or -1 if not found. |