SpecialConditionalFormatting Properties
Represents a conditional formatting rule that formats cells with specific values.
Name | Description |
---|---|
Condition | Gets or sets the type of the conditional format operator used in the conditional formatting rule. |
Formatting |
Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true.
Inherited from ISupports |
Priority |
Specifies the priority of the conditional formatting rule.
Inherited from Conditional |
Range |
Gets or sets the range of cells to which the conditional formatting rule is applied.
Inherited from Conditional |
Ranges |
Obsolete. Gets or sets a collection of ranges, to which the conditional format is applied.
Inherited from Conditional |
Stop |
Specifies whether the rules with lower priority can be applied.
Inherited from Conditional |
See Also