Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Remove Method
The column definition to remove.

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

    Parameters

    pageColumnDef
    The column definition to remove.
    See Also