FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Clear Method
ClearFlags value specifying which elements of the Column should be cleared.

In This Topic
    Clear Method (Column)
    In This Topic
    Clears this 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 Column should be cleared.
    See Also