ActiveReports 9
IndexOf Method (ExpressionInfoCollection)

Determines the index of a specific item in the ExpressionInfoCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As ExpressionInfo _
) As System.Integer
public System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum