[]
Clears the contents of the row or column.
[Browsable(false)]
public virtual void Clear(ClearFlags clearFlags)
Type | Name | Description |
---|---|---|
ClearFlags | clearFlags | ClearFlags value specifying which elements of the row or column should be cleared. |
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.