ExcelScript.NumberFormatInfo interface

Defines the culturally appropriate format of displaying numbers. This is based on current system culture settings.

Methods

getNumberDecimalSeparator()

Gets the string used as the decimal separator for numeric values. This is based on current system settings.

getNumberGroupSeparator()

Gets the string used to separate groups of digits to the left of the decimal for numeric values. This is based on current system settings.

Method Details

getNumberDecimalSeparator()

Gets the string used as the decimal separator for numeric values. This is based on current system settings.

getNumberDecimalSeparator(): string;

Returns

string

getNumberGroupSeparator()

Gets the string used to separate groups of digits to the left of the decimal for numeric values. This is based on current system settings.

getNumberGroupSeparator(): string;

Returns

string