Returns the specified value of the rule if the cell meets the condition.
var instance = new GcSpread.Sheets.DataBarRule(minType, minValue, maxType, maxValue, color);
var value; // Type: object
value = instance.evaluate(evaluator, baseRow, baseColumn, actual);
function evaluate(
: object,
: number,
baseColumn : number,
: object
) : object;
Parameters
- evaluator
- The evaluator.
- baseRow
- The row index.
- baseColumn
- The column index.
- actual
- The current value.
Return Value
The specified value of the rule if the cell meets the condition.