ComponentOne DataGrid for WPF and Silverlight
Remove(DataGridColumn) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRangeCollection Class > Remove Method : Remove(DataGridColumn) Method
The column.
Removes the specified column from the in the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal column As DataGridColumn _
) As System.Boolean
public System.bool Remove( 
   DataGridColumn column
)

Parameters

column
The column.
See Also

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members
Overload List