ActiveReports 12
RemoveAt Method (PageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : RemoveAt Method
An Integer indicating the index at which to remove the Page object.
Removes the specified Page object from the PageCollection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
An Integer indicating the index at which to remove the Page object.
See Also

Reference

PageCollection Class
PageCollection Members