NumberCategoryType Enumeration |
Represents category type of cell's number formatting.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum NumberCategoryType
Public Enumeration NumberCategoryType
public enum class NumberCategoryType
Members
| Member name | Value | Description |
---|
| General | 0 |
General
|
| Text | 1 |
Text
|
| Number | 2 |
Number
|
| Date | 3 |
Date or Date and Time
|
| Time | 4 |
Time
|
| Fraction | 5 |
Fraction
|
| Scientific | 6 |
Scientific
|
See Also