ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / Remove Method / Remove(DataGridColumn) Method
The column.

In This Topic
    Remove(DataGridColumn) Method
    In This Topic
    Removes the specified column from the in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal column As DataGridColumn _
    ) As Boolean
    public bool Remove( 
       DataGridColumn column
    )

    Parameters

    column
    The column.
    See Also