ActiveReports Developer 7
IndexOf Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : IndexOf Method

item
The page to locate in the page collection.

Glossary Item Box

Determines the index of a specific Page object in the PageCollection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal item As Page _
) As System.Integer
C# 
public System.int IndexOf( 
   Page item
)

Parameters

item
The page to locate in the page collection.

See Also