ActiveReports 12
Contains(Object) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Contains Method : Contains(Object) Method
The page to locate in the collection.
Determines whether the specified object is a member of the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal value As Object _
) As Boolean
public bool Contains( 
   object value
)

Parameters

value
The page to locate in the collection.

Return Value

true if the System.Object is found in the System.Collections.IList; otherwise, false.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List