ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : RemoveAt Method

index

A zero-based index of the page to be removed.

Glossary Item Box

Removes the page at the specified index from the collection.

Syntax

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

Parameters

index

A zero-based index of the page to be removed.

See Also