ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : RemoveAt Method

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

Glossary Item Box

Removes the specified Page object from the PageCollection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public void RemoveAt( 
   System.int index
)

Parameters

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

See Also