TNumberFormat
Description
TNumberFormat is the number format type used in number and percent cells.
The value shows the decimal places of the number.
Values
Value | Description |
-1 | General number; no rounding is applied. All decimal places of the number are shown. |
|
0 | Integer number; float numbers are shown as integers (although they are stored with all decimal places). |
|
1..10 | Float number with one (two, three ... ten) decimal places (all decimal places are stored, but not all are shown). |
|