officefileapi-devexpress-dot-xtraspreadsheet-20cac4b4.md
Lists values that specify culture settings for function names in a worksheet.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum FunctionNameCulture
Public Enum FunctionNameCulture
| 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.
|
The following properties accept/return FunctionNameCulture values:
| Library | Related API Members |
|---|---|
| WPF Controls | SpreadsheetBehaviorOptions.FunctionNameCulture |
| Office File API | SpreadsheetBehaviorOptions.FunctionNameCulture |
| WorkbookLocalizationOptions.FunctionNameCulture |
See Also