IndexOf Method (C1BindingSource)
Searches for the specified object and returns the index of the first occurrence within the entire list.
public virtual System.int IndexOf(
System.object
)
'Declaration
Public Overridable Function IndexOf( _
ByVal As System.Object _
) As System.Integer
Parameters
- value
- The System.Object to index.
Return Value
The index of value if found in the list; otherwise, -1.