Spread.Sheets Documentation
evaluate Method
The evaluator.
The row index.
The column index.
The current value.
Returns the specified value of the rule if the cell meets the condition.
Syntax
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.
See Also

Reference

DataBarRule class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.