FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnCollection Class / Remove Method / Remove(String) Method
Name of the column to remove.

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

    Parameters

    columnName
    Name of the column to remove.

    Return Value

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