Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FormulaEvaluationContext.Culture Property

Gets or sets the language for correct formula evaluation.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.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