IWorkbook.Evaluate(String) Method
In This Article
Evaluates the specified formula.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ParameterValue Evaluate(
string formula
)
#Parameters
Name | Type | Description |
---|---|---|
formula | String | A string that represents the formula to be evaluated. |
#Returns
Type | Description |
---|---|
Parameter |
A Parameter |
See Also