ActiveReports 12
IndexOf Method (PageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : IndexOf Method
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 Integer
public int IndexOf( 
   Page item
)

Parameters

item
The page to locate in the page collection.

Return Value

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

Reference

PageCollection Class
PageCollection Members