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

    Parameters

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