Spread.Sheets Documentation
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 ConstructorConditionRuleBase ConstructorRepresents a formatting base rule class as the specified style.  
Top
Methods
 NameDescription
public MethodconditionGets or sets the base condition of the rule.  
public MethodcontainsDetermines whether the range of cells contains the cell at the specified row and column.  
public MethodcreateConditionCreates condition for the rule.  
public MethodevaluateReturns the cell style of the rule if the cell satisfies the condition.  
public MethodgetExpectedGets the style of the base rule.  
public MethodintersectsSpecifies whether the range for this rule intersects another range.  
public MethodisScaleRuleSpecifies whether this rule is a scale rule.  
public MethodpriorityGets or sets the priority of the rule.  
public MethodrangesGets or sets the condition rule ranges.  
public MethodresetResets the rule.  
public MethodruleTypeGets or sets the condition rule type.  
public MethodstopIfTrueGets or sets whether rules with lower priority are applied before this rule.  
public MethodstyleGets or sets the style for the rule.  
Top
See Also

Reference

GC.Spread.Sheets.ConditionalFormatting Namespace
Using Conditional Formatting

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.