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

In This Topic
    Insert Method (PreviewPages)
    In This Topic
    Inserts a page into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal page As PreviewPageBase _
    ) 
    public void Insert( 
       int index,
       PreviewPageBase page
    )

    Parameters

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