SpreadJS Documentation
fromYear Method
The year.
Creates a DateExCondition object from the specified year.
Syntax
var value; // Type: DateExCondition
value = GcSpread.Sheets.DateExCondition.fromYear(year);
function fromYear( 
   year : number
) : DateExCondition;

Parameters

year
The year.

Return Value

A DateExCondition object.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.