Back to Devexpress

FunctionNameCulture Enum

officefileapi-devexpress-dot-xtraspreadsheet-20cac4b4.md

latest1.8 KB
Original Source

FunctionNameCulture Enum

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

Declaration

csharp
public enum FunctionNameCulture
vb
Public Enum FunctionNameCulture

Members

NameDescription
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:

LibraryRelated API Members
WPF ControlsSpreadsheetBehaviorOptions.FunctionNameCulture
Office File APISpreadsheetBehaviorOptions.FunctionNameCulture
WorkbookLocalizationOptions.FunctionNameCulture

See Also

DevExpress.XtraSpreadsheet Namespace