'Declaration Public Function IndexOfValue( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOfValue( System.object value )
Parameters
- value
- Value of LabeledValue object.
Return Value
Index of searched object or -1 if not found.