ActiveReports 8
IndexOf Method (PageCollection)

The page to locate in the page collection.
Determines the index of a specific Page object in the PageCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As Page _
) As System.Integer
public System.int IndexOf( 
   Page item
)

Parameters

item
The page to locate in the page collection.
See Also

Reference

PageCollection Class
PageCollection Members

Support Forum