SpreadJS Documentation
getExpectedInt Method
The evaluator that can evaluate an expression or a function.
The base row index for evaluation.
The base column index for evaluation.
Gets the expected integer value.
Syntax
var instance = new GcSpread.Sheets.DateExCondition(type, style);
var value; // Type: number
value = instance.getExpectedInt(evaluator, baseRow, baseColumn);
function getExpectedInt( 
   evaluator : object,
   baseRow : number,
   baseColumn : number
) : number;

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.

Return Value

The expected integer value.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.