ActiveReports 9
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 System.Integer
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

Reference

FieldCollection Class
FieldCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum