Spread.Sheets Documentation
NormalConditionRule class
Represents a normal conditional rule.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule(ruleType, ranges, style, operator, value1, value2, text, formula, type, rank);
function NormalConditionRule;
Inheritance Hierarchy

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

Constructors
 NameDescription
public ConstructorNormalConditionRule ConstructorRepresents a normal conditional rule.  
Top
Methods
 NameDescription
public Methodcondition (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public Methodcontains (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodcreateConditionCreates a condition for the rule.  
public Methodevaluate (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodformulaGets or sets the condition formula.  
public MethodgetExpected (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public Methodintersects (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodisScaleRule (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodoperatorGets or sets the comparison operator.  
public Methodpriority (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public Methodranges (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodrankGets or sets the number of top or bottom items to apply the style to.  
public MethodresetResets the rule.  
public MethodruleType (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodstopIfTrue (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public Methodstyle (Inherited from GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase)
public MethodtextGets or sets the text for comparison.  
public MethodtypeGets or sets the average condition type.  
public Methodvalue1Gets or sets the first value.  
public Methodvalue2Gets or sets the second value.  
Top
See Also

Reference

GC.Spread.Sheets.ConditionalFormatting Namespace
Using Conditional Formatting

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.