ActiveReports 12
IndexOf Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : IndexOf Method
The System.Object to locate in the ExpressionInfoCollection.
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
The System.Object to locate in the ExpressionInfoCollection.

Return Value

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

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members