ActiveReports.Viewer3 Request technical support
RemoveAt Method
See Also 


index

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

Removes the page at the specified index from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index

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

See Also