SpreadJS Documentation
ConditionRuleBase type
GC.Spread.Sheets.ConditionalFormatting Namespace : ConditionRuleBase type
Represents a formatting base rule class as the specified style.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase
      GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule

Constructors
 NameDescription
public ConstructorRepresents a formatting base rule class as the specified style.  
Top
Methods
 NameDescription
public MethodGets or sets the base condition of the rule.  
public MethodDetermines whether the range of cells contains the cell at the specified row and column.  
public MethodCreates condition for the rule.  
public MethodReturns the cell style of the rule if the cell satisfies the condition.  
public MethodGets the style of the base rule.  
public MethodSpecifies whether the range for this rule intersects another range.  
public MethodSpecifies whether this rule is a scale rule.  
public MethodGets or sets the priority of the rule.  
public MethodGets or sets the condition rule ranges.  
public MethodResets the rule.  
public MethodGets or sets the condition rule type.  
public MethodGets or sets whether rules with lower priority are applied before this rule.  
public MethodGets or sets the style for the rule.  
Top
See Also

Reference

GC.Spread.Sheets.ConditionalFormatting Namespace
Using Conditional Formatting