ExcelClearOptions Enumeration
Specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them.
Syntax
'Declaration Public Enum ExcelClearOptions Inherits System.Enum
'Usage Dim instance As ExcelClearOptions
public enum ExcelClearOptions : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelClearOptions
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also