Home > @i2analyze/notebook-sdk > data > IFormattingOptions > useGrouping
data.IFormattingOptions.useGrouping property
Indicates whether numbers should be formatted with or without grouping separators.
Signature:
readonly useGrouping?: boolean;
Returns: boolean
Default value:
true
Introduced: version 1.0
Remarks
Grouping separators are sometimes called "thousands separators", but some locales use groupings at intervals other than thousands. Common grouping separators include spaces, commas, and periods.