SpreadJS Documentation
GC.Spread.Sheets.ConditionalFormatting Namespace / ConditionRuleBase type / ConditionRuleBase Constructor
The style for the rule.
The range array.
In This Topic
    ConditionRuleBase Constructor
    In This Topic
    Represents a formatting base rule class as the specified style.
    Syntax
    var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
    function ConditionRuleBase( 
       ruleType : any,
       style : Style,
       ranges : undefined
    ) : ConditionRuleBase;

    Parameters

    ruleType
    style
    The style for the rule.
    ranges
    The range array.
    See Also