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

Parameters

quarter
The quarter.

Return Value

A DateExCondition object.
See Also

Reference

DateExCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.