Excel.Interfaces.CultureInfoData interface
An interface describing the data returned by calling cultureInfo.toJSON()
.
Properties
name | Gets the culture name in the format languagecode2-country/regioncode2 (e.g., "zh-cn" or "en-us"). This is based on current system settings. |
number |
Defines the culturally appropriate format of displaying numbers. This is based on current system culture settings. |
Property Details
name
Gets the culture name in the format languagecode2-country/regioncode2 (e.g., "zh-cn" or "en-us"). This is based on current system settings.
name?: string;
Property Value
string
Remarks
numberFormat
Defines the culturally appropriate format of displaying numbers. This is based on current system culture settings.
numberFormat?: Excel.Interfaces.NumberFormatInfoData;
Property Value
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