Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / RemoveRange Method
Index of the first page to remove.
The number of pages to remove.

In This Topic
    RemoveRange Method
    In This Topic
    Removes a range of pages from the current collection.
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public void RemoveRange( 
       int index,
       int count
    )

    Parameters

    index
    Index of the first page to remove.
    count
    The number of pages to remove.
    See Also