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