FunctionNameCulture Enum
In This Article
Lists values that specify culture settings for function names in a worksheet.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.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 | Spreadsheet |
Office File API | Spreadsheet |
Workbook |
See Also