var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges); var value; // Type: Style value = instance.evaluate(evaluator, baseRow, baseColumn, actual);
function evaluate( evaluator : Object, baseRow : number, baseColumn : number, actual : Object ) : Style;
Parameters
- evaluator
- The object that can evaluate a condition.
- baseRow
- The row index.
- baseColumn
- The column index.
- actual
- The actual value.
Return Value
The cell style of the rule.