Name | Description | |
---|---|---|
ClassicCfRule Constructor | Initializes a new instance of the ClassicCfRule class. |
The following tables list the members exposed by ClassicCfRule.
Name | Description | |
---|---|---|
ClassicCfRule Constructor | Initializes a new instance of the ClassicCfRule class. |
Name | Description | |
---|---|---|
AboveAverage | Gets or sets a value that specifies how the conditional formatting rule is applied. | |
Bottom | Gets or sets a value indicates whether a "top/bottom n" rule is a "bottom n" rule. | |
DateOperator | Gets or sets the date operator used in the format condition. | |
EqualsIncluded | Gets or sets a value specifies how the conditional formatting rule is applied. | |
Formatting | Gets the formatting of this conditional formatting rule. | |
IsPercent | Gets or sets a value indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule. | |
Operator | Gets or sets the operator to compare with cell value. | |
Priority | Gets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet. (Inherited from GrapeCity.Spreadsheet.Conditional.ConditionalItem) | |
Rank | Gets or sets the rank which is used by ClassicCfRuleType.Top10 conditional formatting rule. | |
RuleType | Gets the type of this ClassicCfRule. | |
StdDev | Gets or sets the standard deviations which is used by ClassicCfRuleType.Average conditional formatting rule. | |
StopIfTrue | Gets a value indicating whether all next rules will be suspended if this rule is applied. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
ValuesCount | Gets the total count of conditional formatting values(s). (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) |
Name | Description | |
---|---|---|
MaxValuesCount | Gets the maximum values this CfRule can supports. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) |
Name | Description | |
---|---|---|
AutoGenerateValues | Generates conditional formatting value(s) of this CfRule automatically. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
DecreasePriority | Decreases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
Delete | Removes this CfRule rule from worksheet. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
GetValue | Gets a conditional formatting value at the specified index. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) | |
IncreasePriority | Increases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
ReplaceWith | Replaces this CfRule rule with the specified CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetFirstPriority | Sets the priority of CfRule rule as highest. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetLastPriority | Sets the priority of CfRule rule as lowest. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetValue | Sets the conditional formatting value. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) |