FunctionNameCulture Enum
Lists values that specify culture settings for function names in a worksheet.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
English
|
English function names are used regardless of the Workbook or Spreadsheet control’s culture settings. |
Local
|
Function names are retrieved from the satellite resource assemblies for the specified culture. |
Auto
|
Function names are retrieved from the satellite resource assemblies for the specified culture. If satellite assemblies are not found, the invariant (English) names are used. |
Related API Members
The following properties accept/return FunctionNameCulture values:
Library | Related API Members |
---|---|
WPF Controls | SpreadsheetBehaviorOptions.FunctionNameCulture |
Office File API | SpreadsheetBehaviorOptions.FunctionNameCulture |
WorkbookLocalizationOptions.FunctionNameCulture |
See Also