[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CalculationEngine.Evaluate

Evaluate Method

Evaluate(string, IWorksheet, CellReference)

Evaluates the specified expression using the specified evaluation context.

Declaration
public IValue Evaluate(string formula, IWorksheet worksheet, CellReference contextCell)
Public Function Evaluate(formula As String, worksheet As IWorksheet, contextCell As CellReference) As IValue
Parameters
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.

Returns
Type Description
IValue

GrapeCity.CalcEngine.IValue.