ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / IndexOf(Field) Method
The field to find the index of in the collection.

In This Topic
IndexOf(Field) Method
In This Topic
Finds the index number of the specified field in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal field As Field _
) As Integer
 

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.
See Also