SpreadJS Documentation
evaluate Method
The evaluator that can evaluate an expression or a function.
The base row index for evaluation.
The base column index for evaluation.
The actual value object for evaluation.
Evaluates the condition using the specified evaluator.
Syntax
var instance = new GcSpread.Sheets.CellValueCondition(compareType, expected, formula);
var value; // Type: boolean
value = instance.evaluate(evaluator, baseRow, baseColumn, actualValue);
function evaluate( 
   evaluator : object,
   baseRow : number,
   baseColumn : number,
   actualValue : object
) : boolean;

Parameters

evaluator
The evaluator that can evaluate an expression or a function.
baseRow
The base row index for evaluation.
baseColumn
The base column index for evaluation.
actualValue
The actual value object for evaluation.

Return Value

true if the condition uses the specified evaluator; otherwise, false.
See Also

Reference

CellValueCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.