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

Workbook.FormulaEngine Property

Provides access to a FormulaEngine object to parse or evaluate a formula.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public FormulaEngine FormulaEngine { get; }

Property Value

Type Description
FormulaEngine

A FormulaEngine object that serves as a formula calculator and parser.

Implements

See Also