CellFormatType Enumeration
|
Cell format types.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum CellFormatType
Public Enumeration CellFormatType
public enum class CellFormatType
Members
|
Member name
|
Value
|
Description
|
|
Unknown
|
0
|
Represents unknown format type.
|
|
General
|
1
|
Represents general number format.
|
|
Text
|
2
|
Represents text number format.
|
|
Number
|
3
|
Represents number number format.
|
|
DateTime
|
4
|
Represents datetime number format.
|
|
Formula
|
5
|
Represents Formula.
|
See Also