ExcelClearOptions Enumeration
|
Enumeration of possible directions to clear the Cell formats, content, comments or clear all of them.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelClearOptions
Public Enumeration ExcelClearOptions
public enum class ExcelClearOptions
Members
|
Member name
|
Value
|
Description
|
|
ClearFormat
|
0
|
Clears the formats of the cell.
|
|
ClearContent
|
1
|
Clears the contents of the cell.
|
|
ClearComment
|
2
|
Clears the comments of the cell.
|
|
ClearAll
|
3
|
Clears the comments, content and formats of the cell.
|
|
ClearConditionalFormats
|
4
|
Clears all the Conditional Format
|
See Also