Represents a conditional formatting rule which compares values across the columns of a table.

Methods

Name Description
Deletes the specified conditional formatting rule object.
Sets the cell range to which this formatting rule applies.
Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.
Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet.

Properties

Name Description
When used without an object qualifier, this property returns an Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.
Returns a Range object specifying the cell range to which the formatting rule is applied.
Returns a Borders collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.
Returns or sets the table column associated with the compare columns conditional formatting rule.
Returns or sets the table column associated with the second part of a compare columns conditional formatting rule.
Returns a Font object that specifies the font formatting if the conditional formatting rule evaluates to True. Read-only.
Returns or sets a Boolean value specifying if the entire Excel table row should be formatted if the conditional format rule evaluates to True. The default value is False.
Returns an Interior object that specifies a cell's interior attributes for a conditional formatting rule that evaluates to True. Read-only.
Returns or sets the number format applied to a cell if the conditional formatting rule evaluates to True. Read/write Variant.
Returns or sets one of the constants of the XlFormatConditionOperator enumeration specifying the type of comparison in a compare column conditional formatting rule.
Returns the parent object for the specified object. Read-only.
Returns 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.
Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.
Returns one of the constants of the XlFormatConditionType enumeration, which specifies the type of conditional format. Read-only.