SpreadJS Documentation
getExpected Method
The evaluator that can evaluate an expression or a function.
The base row index for evaluation.
The base column index for evaluation.
Returns the expected results.
Syntax
var instance = new GcSpread.Sheets.AreaCondition(expected, formula);
var value; // Type: object
value = instance.getExpected(evaluator, baseRow, baseCol);
function getExpected( 
   evaluator : object,
   baseRow : number,
   baseCol : number
) : object;

Parameters

evaluator
The evaluator that can evaluate an expression or a function.
baseRow
The base row index for evaluation.
baseCol
The base column index for evaluation.

Return Value

The expected data items.
See Also

Reference

AreaCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.