Spread.Sheets Documentation
fromQuarter Method
GC.Spread.Sheets.ConditionalFormatting Namespace > Condition type : fromQuarter Method
The quarter.
Creates a date extend condition object from the specified quarter.
Syntax
var value; // Type: Condition
value = GC.Spread.Sheets.ConditionalFormatting.Condition.fromQuarter(quarter);
function fromQuarter( 
   quarter : QuarterType
) : Condition;

Parameters

quarter
The quarter.

Return Value

A date extend condition object.
See Also

Reference

Condition type