var instance = new GC.Spread.Sheets.ConditionalFormatting.ScaleRule(); var value; // Type: string value = instance.evaluate(evaluator, baseRow, baseColumn, actual);
function evaluate( evaluator : object, baseRow : number, baseColumn : number, actual : object ) : string;
Parameters
- evaluator
- The evaluator.
- baseRow
- The row index.
- baseColumn
- The column index.
- actual
- The actual value object for evaluation.
Return Value
A specified value of the rule if the cell satisfies the condition.