Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / Remove Method
The page to remove.

In This Topic
    Remove Method (PreviewPages)
    In This Topic
    Removes a page from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal page As PreviewPageBase _
    ) 
    public void Remove( 
       PreviewPageBase page
    )

    Parameters

    page
    The page to remove.
    See Also