Class ExcelClearOptions
Specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them.
Inheritance
System.Object
ExcelClearOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelClearOptions : Enum
Fields
ClearAll
Clears the comments, content, conditional formats, data validations and formats of the cell.
Declaration
public const ExcelClearOptions ClearAll
Field Value
Type |
---|
ExcelClearOptions |
ClearComment
Clears the comments of the cell.
Declaration
public const ExcelClearOptions ClearComment
Field Value
Type |
---|
ExcelClearOptions |
ClearConditionalFormats
Clears all the Conditional Format.
Declaration
public const ExcelClearOptions ClearConditionalFormats
Field Value
Type |
---|
ExcelClearOptions |
ClearContent
Clears the contents of the cell.
Declaration
public const ExcelClearOptions ClearContent
Field Value
Type |
---|
ExcelClearOptions |
ClearDataValidations
Clears all data validations.
Declaration
public const ExcelClearOptions ClearDataValidations
Field Value
Type |
---|
ExcelClearOptions |
ClearFormat
Clears the formats of the cell.
Declaration
public const ExcelClearOptions ClearFormat
Field Value
Type |
---|
ExcelClearOptions |