ActiveReports Developer 7
IndexOf(Field) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : IndexOf(Field) Method

field
The field to find the index of in the collection.

Glossary Item Box

Finds the index number of the specified field in the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal field As Field _
) As System.Integer
C# 
public System.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