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

Workbook.Evaluate(String) Method

Evaluates the specified formula.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this method in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public ParameterValue Evaluate(
    string formula
)

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