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

value
The page to locate in the collection.

Glossary Item Box

Determines whether the specified object is a member of the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
C# 
public System.bool Contains( 
   System.object value
)

Parameters

value
The page to locate in the collection.

See Also