FormulaEngine.Evaluate(String) Method
Evaluates the specified formula using default context.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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