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

value
The page to locate in the collection.

Glossary Item Box

Returns the index of a page object in the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IndexOf( _
   ByVal value As System.Object _
) As System.Integer
C# 
public System.int IndexOf( 
   System.object value
)

Parameters

value
The page to locate in the collection.

See Also