Finds the index number of the specified field in the collection.
'Declaration
Public Function IndexOf( _
ByVal As Field _
) As System.Integer
public System.int IndexOf(
Field
)
Parameters
- field
- The field to find the index of in the collection.
Return Value
An integer indicating the position of the field within the collection.