Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / InsertRange Method
Index at which to insert the pages.
The pages to insert.

In This Topic
    InsertRange Method
    In This Topic
    Inserts a range of pages into the current collection.
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As Integer, _
       ByVal pages As ICollection _
    ) 
    public void InsertRange( 
       int index,
       ICollection pages
    )

    Parameters

    index
    Index at which to insert the pages.
    pages
    The pages to insert.
    See Also