The following tables list the members exposed by FormattingRuleBase.
Protected Fields
| Name | Description |
| condition |
Indicates the base condition of the rule.
|
Top
Public Properties
| Name | Description |
| Priority |
Gets the priority of this conditional formatting rule. The value is used to determine
which format should be evaluated and rendered. Lower numeric values have a higher priority
than higher numeric values. The highest priority is 1.
|
| Ranges |
Gets the cell range collection for the rule.
|
| StopIfTrue |
Gets or sets whether rules with lower priority are applied over this rule. If this property is true
and this rule evaluates to true, no rules with lower priority are applied over this rule.
|
| Style |
Gets or sets the style for the rule.
|
Top
Public Methods
| Name | Description |
| Clone |
Creates a new object that is a copy of the current instance.
|
| 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.
|
Top
Public Events
See Also