Excel.Interfaces.NumberFormatInfoData interface
An interface describing the data returned by calling numberFormatInfo.toJSON()
.
Properties
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. |
Property Details
numberDecimalSeparator
Gets the string used as the decimal separator for numeric values. This is based on current system settings.
numberDecimalSeparator?: string;
Property Value
string
Remarks
numberGroupSeparator
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins