Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FunctionNameCulture Enum

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

public enum FunctionNameCulture

#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