var instance = new GC.Spread.Sheets.ConditionalFormatting.DataBarRule(minType, minValue, maxType, maxValue, color, ranges); var value; // Type: object value = instance.evaluate(evaluator, baseRow, baseColumn, actual);
function evaluate( evaluator : object, baseRow : number, baseColumn : number, actual : 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.