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