ActiveReports 10
IndexOf Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : IndexOf Method
Determines the index of a specific item in the ExpressionInfoCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As ExpressionInfo _
) As Integer
public int IndexOf( 
   ExpressionInfo item
)

Parameters

item

Return Value

The index of value if found in the list; otherwise, -1.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members