Back to Devexpress

FormulaEngine Methods

officefileapi-devexpress-dot-spreadsheet-dot-formulas-dot-formulaengine-dot-underscore-methods.md

latest1.2 KB
Original Source

FormulaEngine Methods

An object that provides the capability to calculate and parse worksheet formulas.

NameDescription
Evaluate(String, ExpressionContext)Evaluates the specified formula using the specified context.
Evaluate(String)Evaluates the specified formula using default context.
Parse(String, ExpressionContext)Parses the specified formula in the specified context.
Parse(String)Parses the specified formula using the default context.

See Also

FormulaEngine Interface

FormulaEngine Members

DevExpress.Spreadsheet.Formulas Namespace