ComponentOne FlexGrid for WinForms
Remove(Column) Method

C1.Win.C1FlexGrid Namespace > ColumnCollection Class > Remove Method : Remove(Column) Method
The column to remove.
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

Reference

ColumnCollection Class
ColumnCollection Members
Overload List