Aspose::Cells::SignificantDigitsType enum

SignificantDigitsType enum

Represents the type of significant digits for outputing numeric values.

enum class SignificantDigitsType

Values

NameValueDescription
Digits150
15-digits
G171
17-digits by formatting the value with “G17”.
Rounding172
17-digits by rounding the value.

See Also