Workbook.Evaluate(String) Method
Evaluates the specified formula.
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
formula | String | A string that is the formula to be evaluated. |
Returns
Type | Description |
---|---|
ParameterValue | A ParameterValue object that is the calculation result and may contain a value, a reference or a calculation error. |
Implements
See Also