Enum ExcelClearOptions
Specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelClearOptions
Fields
Name | Description |
---|---|
ClearAll | Clears the comments, content, conditional formats, data validations and formats of the cell. |
ClearComment | Clears the comments of the cell. |
ClearConditionalFormats | Clears all the Conditional Format. |
ClearContent | Clears the contents of the cell. |
ClearDataValidations | Clears all data validations. |
ClearFormat | Clears the formats of the cell. |