Aspose::Cells::NumberType enum
NumberType enum
Represents the type of the number.
enum class NumberType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Int8 | 1 | |
| UInt8 | 2 | |
| Int16 | 3 | |
| UInt16 | 4 | |
| Int32 | 5 | |
| UInt32 | 6 | |
| Int64 | 7 | |
| UInt64 | 8 | |
| Float | 9 | |
| Double | 10 |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++