GcSpread.Sheets Namespace : ConditionRuleBase type |
var instance = new GcSpread.Sheets.ConditionRuleBase(style);
function ConditionRuleBase;
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
Name | Description | |
---|---|---|
ConditionRuleBase Constructor | Represents a formatting base rule class as the specified style. |
Name | Description | |
---|---|---|
ranges | Gets the cell range collection for the rule. | |
style | Gets or sets the style for the rule. |
Name | Description | |
---|---|---|
contains | Determines whether the range of cells contains the cell at the specified row and column. | |
evaluate | Returns the cell style of the rule if the cell satisfies the condition. | |
getExpected | Gets the style of the base rule. | |
intersects | Whether the range for this rule intersects another range. | |
priority | Gets the priority of this conditional formatting rule. | |
reset | Resets the rule. | |
stopIfTrue | Gets or sets whether rules with lower priority are applied before this rule. |