Aspose::Cells::SignificantDigitsType enum
SignificantDigitsType enum
Represents the type of significant digits for outputing numeric values.
enum class SignificantDigitsType
Values
Name | Value | Description |
---|---|---|
Digits15 | 0 | 15-digits |
G17 | 1 | 17-digits by formatting the value with “G17”. |
Rounding17 | 2 | 17-digits by rounding the value. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++