ParsedNumericFormat
Overview
ParsedNumericFormat is a struct in Aspose.Cells FOSS for C++.
Accessor methods: expChar, expDigits, fracDigitCount, fracZeroCount, groupSize, hasDecimal, and 4 more.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
isPercent | bool | Read/Write | Gets or sets the is percent. |
isScientific | bool | Read/Write | Gets or sets the is scientific. |
expChar | char | Read/Write | Gets or sets the exp char. |
expDigits | int | Read/Write | Gets or sets the exp digits. |
intDigitCount | int | Read/Write | Gets or sets the int digit count. |
intZeroCount | int | Read/Write | Gets or sets the int zero count. |
groupSize | int | Read/Write | Gets or sets the group size. |
fracDigitCount | int | Read/Write | Gets or sets the frac digit count. |
fracZeroCount | int | Read/Write | Gets or sets the frac zero count. |
hasDecimal | bool | Read/Write | Gets or sets the has decimal. |