ActiveReports Developer 7
IndexOf Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : IndexOf Method

Glossary Item Box

Returns the index of a page in the collection.

Overload List

OverloadDescription
IndexOf(Object)Returns the index of a page object in the collection.  
IndexOf(Page)Returns the zero-based index of the first occurrence of the Page object in the PagesCollection.  

See Also