ExcelScript.NumberFormatInfo interface
Defines the culturally appropriate format of displaying numbers. This is based on current system culture settings.
Methods
get |
Gets the string used as the decimal separator for numeric values. This is based on current system settings. |
get |
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
Office Scripts