ActiveReports 13
IndexOf(Page) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > IndexOf Method : IndexOf(Page) Method
The page to locate in the collection.
Returns the zero-based index of the first occurrence of the Page object in the PagesCollection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal value As Page _
) As Integer
public int IndexOf( 
   Page value
)

Parameters

value
The page to locate in the collection.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List