SpreadJS Documentation
evaluateExpression Method
The expression to be evaluated.
The context for the evaluator to query data.
Evaluates an expression with the specified context.
Syntax
var instance = new GcSpread.Sheets.Calc.Evaluator();
var value; // Type: object
value = instance.evaluateExpression(expression, evaluatorContext);
function evaluateExpression( 
   expression : Expression,
   evaluatorContext : EvaluateContext
) : object;

Parameters

expression
The expression to be evaluated.
evaluatorContext
The context for the evaluator to query data.

Return Value

The result of the evaluation.
See Also

Reference

Evaluator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.