[]
Evaluates the specified expression using the specified evaluation context.
public IValue Evaluate(string formula, IWorksheet worksheet, CellReference contextCell)
Public Function Evaluate(formula As String, worksheet As IWorksheet, contextCell As CellReference) As IValue
| Type | Name | Description |
|---|---|---|
| string | formula | An string value indicates the formula to evaluate. |
| IWorksheet | worksheet | An IWorksheet object indicates the context worksheet. |
| CellReference | contextCell | A CellReference value indicates the context cell. |
| Type | Description |
|---|---|
| IValue | GrapeCity.CalcEngine.IValue. |