[]
Specifies which elements of the grid should be cleared by the Clear(ClearFlags, CellRange) method.
[Flags]
public enum ClearFlags
This enumeration contains flags that can be combined to customize the sorting process.
| Name | Description |
|---|---|
| All | All of the above. |
| Content | Clear cell content, including data, images, and check boxes if any. |
| Filter | Clear filter of corresponding column. |
| Style | Clear custom styles assigned to cells. |
| UserData | Clear user data associated with cells. |