SpreadJS Documentation
GC.Spread.Sheets.ConditionalFormatting Namespace / Condition type / fromQuarter Method
The quarter.
In This Topic
    fromQuarter Method
    In This Topic
    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