var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase;
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase;
Object
GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase
GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule
Name | Description | |
---|---|---|
ConditionRuleBase Constructor | Represents a formatting base rule class as the specified style. |
Name | Description | |
---|---|---|
condition | Gets or sets the base condition of the rule. | |
contains | Determines whether the range of cells contains the cell at the specified row and column. | |
createCondition | Creates condition for the rule. | |
evaluate | Returns the cell style of the rule if the cell satisfies the condition. | |
getExpected | Gets the style of the base rule. | |
intersects | Specifies whether the range for this rule intersects another range. | |
isScaleRule | Specifies whether this rule is a scale rule. | |
priority | Gets or sets the priority of the rule. | |
ranges | Gets or sets the condition rule ranges. | |
reset | Resets the rule. | |
ruleType | Gets or sets the condition rule type. | |
stopIfTrue | Gets or sets whether rules with lower priority are applied before this rule. | |
style | Gets or sets the style for the rule. |