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.
Indicates whether it is an array formula.
Gets the expected value.
Syntax
var instance = new GcSpread.Sheets.CellValueCondition(compareType, expected, formula);
var value; // Type: object
value = instance.getExpected(evaluator, baseRow, baseColumn, isArrayFormula);
function getExpected( 
   evaluator : object,
   baseRow : number,
   baseColumn : number,
   isArrayFormula : boolean
) : object;

Parameters

evaluator
The evaluator that can evaluate an expression or a function.
baseRow
The base row index for evaluation.
baseColumn
The base column index for evaluation.
isArrayFormula
Indicates whether it is an array formula.

Return Value

The expected value.
See Also

Reference

CellValueCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.