FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / Clear Method
ClearFlags value specifying which elements of the row or column should be cleared.

In This Topic
    Clear Method (RowCol)
    In This Topic
    Clears the contents of the row or column.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear( _
       ByVal clearFlags As ClearFlags _
    ) 
    public virtual 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