Evaluates the condition using the specified evaluator.
var instance = new GcSpread.Sheets.Top10Condition(type, rank, ranges);
var value; // Type: boolean
value = instance.evaluate(evaluator, baseRow, baseColumn, actualObj);
function evaluate(
: object,
: number,
baseColumn : number,
: 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.
- actualObj
- The actual value object for evaluation.
Return Value
true
if the result is successful; otherwise, false
.