[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCol.Clear

Clear Method

Clear(ClearFlags)

Clears the contents of the row or column.

Declaration
[Browsable(false)]
public virtual void Clear(ClearFlags clearFlags)
Parameters
Type Name Description
ClearFlags 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.