ComponentOne FlexGrid for WinForms
Clear Method (Column)

C1.Win.C1FlexGrid Namespace > Column Class : Clear Method
ClearFlags value specifying which elements of the row or column should be cleared.
Clears the contents of the row or column.
Syntax
'Declaration
 
Public Overrides Sub Clear( _
   ByVal clearFlags As ClearFlags _
) 
public override void Clear( 
   ClearFlags clearFlags
)

Parameters

clearFlags
ClearFlags value specifying which elements of the row or column should be cleared.
Remarks
Use this method to reset column properties to their default values (width, visibility, style, user data, and so on). This method only clears the column object itself, it does not clear the contents of the cells in the column.
See Also

Reference

Column Class
Column Members