i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation