FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnCollection Class / Remove Method / Remove(Column) Method
The column to remove.

In This Topic
    Remove(Column) Method
    In This Topic
    Removes a Column object from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal column As Column _
    ) As Column
    public Column Remove( 
       Column column
    )

    Parameters

    column
    The column to remove.

    Return Value

    A reference to the Column that was removed from the collection.
    See Also