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

FormulaEngine.Evaluate(String) Method

Evaluates the specified formula using default context.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ParameterValue Evaluate(
    string formula
)

Parameters

Name Type Description
formula String

A string that is the formula to evaluate. Note that the leading equal sign “=” in the formula is optional and can be omitted.

Returns

Type Description
ParameterValue

A ParameterValue object containing the result of the formula calculation.

See Also