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

Workbook.FormulaEngine Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v18.2.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