SpreadJS Documentation
getExpectedDateTime 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 date time value.
Syntax
var instance = new GcSpread.Sheets.DateCondition(compareType, expected, formula);
var value; // Type: object
value = instance.getExpectedDateTime(evaluator, baseRow, baseColumn);
function getExpectedDateTime( 
   evaluator : object,
   baseRow : number,
   baseColumn : number
) : 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.

Return Value

The expected date time value.
See Also

Reference

DateCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.