ActiveReports 12
Remove(Object) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Remove Method : Remove(Object) Method
The page to remove from the collection.
Removes the specified page object from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As Object _
) 
public void Remove( 
   object value
)

Parameters

value
The page to remove from the collection.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List