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

    Parameters

    week
    The week.

    Return Value

    A date extend condition object.
    See Also

    Reference

    Condition type