Skip to main content

FormulaEvaluationContext.Culture Property

Gets or sets the language for correct formula evaluation.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object specifying the language for correct interpretation of the function names in a formula.

Implements

See Also