Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormulaEngine Methods

An object that provides the capability to calculate and parse worksheet formulas.
Name Description
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