ActiveReports 13
IndexOf(Field) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : IndexOf(Field) Method
The field to find the index of in the collection.
Finds the index number of the specified field in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal field As Field _
) As Integer
public int IndexOf( 
   Field 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.
See Also

Reference

FieldCollection Class
FieldCollection Members