PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class / RemoveAt Method
The index of the page to remove.

In This Topic
    RemoveAt Method (C1PageCollection)
    In This Topic
    Removes the page with specified index from collection.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the page to remove.
    See Also