Skip to main content
A newer version of this page is available. .

FormulaEvaluationContext.Culture Property

Gets or sets the language for correct formula evaluation.

Namespace: DevExpress.Spreadsheet.Functions

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

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