Enum ExcelClearOptions
public enum ExcelClearOptions
Fields
ClearAll = 3
Clears the comments, content and formats of the cell.
ClearComment = 2
Clears the comments of the cell.
ClearConditionalFormats = 4
Clears all the Conditional Format
ClearContent = 1
Clears the contents of the cell.
ClearFormat = 0
Clears the formats of the cell.