Excel.Interfaces.NumberFormatInfoData interface
An interface describing the data returned by calling numberFormatInfo.toJSON()
.
currency |
Gets the currency symbol for currency values. This is based on current system settings. |
number |
Gets the string used as the decimal separator for numeric values. This is based on current system settings. |
number |
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. |
Gets the currency symbol for currency values. This is based on current system settings.
currencySymbol?: string;
Property Value
string
Remarks
Gets the string used as the decimal separator for numeric values. This is based on current system settings.
numberDecimalSeparator?: string;
Property Value
string
Remarks
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.
numberGroupSeparator?: string;
Property Value
string
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: