ActiveReports 8
RemoveAt Method (PageCollection)

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 System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

PageCollection Class
PageCollection Members

Support Forum