XlCondFmtRuleExpression Constructors
Represents the conditional formatting rule that uses a relational operator to determine which cells to format.| Name | Parameters | Description |
|---|---|---|
| XlCondFmtRuleExpression(XlExpression) | expression | Initializes a new instance of the XlCondFmtRuleExpression class with the specified settings. |
| XlCondFmtRuleExpression(String) | formula | Initializes a new instance of the XlCondFmtRuleExpression class with the specified settings. |
See Also