SpreadJS Documentation
GC.Spread.Sheets.ConditionalFormatting Namespace / Condition type / fromMonth Method
The month. The first month is 0.
In This Topic
    fromMonth Method
    In This Topic
    Creates a date extend condition object from the specified month.
    Syntax
    var value; // Type: Condition
    value = GC.Spread.Sheets.ConditionalFormatting.Condition.fromMonth(month);
    function fromMonth( 
       month : number
    ) : Condition;

    Parameters

    month
    The month. The first month is 0.

    Return Value

    A date extend condition object.
    See Also

    Reference

    Condition type