SpreadJS Documentation
ConditionRuleBase type
Represents a formatting base rule class as the specified style.
Syntax
var instance = new GcSpread.Sheets.ConditionRuleBase(style);
function ConditionRuleBase;
Inheritance Hierarchy

Object
   GcSpread.Sheets.ConditionRuleBase
      GcSpread.Sheets.AverageRule
      GcSpread.Sheets.CellValueRule
      GcSpread.Sheets.DateOccurringRule
      GcSpread.Sheets.DuplicateRule
      GcSpread.Sheets.FormulaRule
      GcSpread.Sheets.ScaleRule
      GcSpread.Sheets.SpecificTextRule
      GcSpread.Sheets.Top10Rule
      GcSpread.Sheets.UniqueRule

Constructors
 NameDescription
public ConstructorConditionRuleBase ConstructorRepresents a formatting base rule class as the specified style.  
Top
Fields
 NameDescription
public FieldrangesGets the cell range collection for the rule.  
public FieldstyleGets or sets the style for the rule.  
Top
Methods
 NameDescription
public MethodcontainsDetermines whether the range of cells contains the cell at the specified row and column.  
public MethodevaluateReturns the cell style of the rule if the cell satisfies the condition.  
public MethodgetExpectedGets the style of the base rule.  
public MethodintersectsWhether the range for this rule intersects another range.  
public MethodpriorityGets the priority of this conditional formatting rule.  
public MethodresetResets the rule.  
public MethodstopIfTrueGets or sets whether rules with lower priority are applied before this rule.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.