'Declaration Public Function IndexOf( _ ByVal value As C1DetailGridView _ ) As System.Integer
public System.int IndexOf( C1DetailGridView value )
Parameters
- value
- The C1DetailGridView to locate.
Return Value
The index of the value parameter, if it is found in the collection; otherwise, -1.