Back to Devexpress

Workbook.Evaluate(String) Method

officefileapi-devexpress-dot-spreadsheet-dot-workbook-dot-evaluate-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public ParameterValue Evaluate(
    string formula
)
vb
Public Function Evaluate(
    formula As String
) As ParameterValue

Parameters

NameTypeDescription
formulaString

A string that is the formula to be evaluated.

|

Returns

TypeDescription
ParameterValue

A ParameterValue object that is the calculation result and may contain a value, a reference or a calculation error.

|

Implements

Evaluate(String)

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace