Back to Devexpress

IWorkbook.Evaluate(String) Method

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

latest1.4 KB
Original Source

IWorkbook.Evaluate(String) Method

Evaluates the specified formula.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Parameters

NameTypeDescription
formulaString

A string that represents 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.

|

See Also

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace