AboveAverage.FormatRow Property
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.
Version Information
Version Added: Excel
Syntax
expression.FormatRow
expression A variable that represents an AboveAverage object.
Remarks
When setting the property to True, if any cell in the Excel table contains the rule, all cells in the same row will return the conditional formatting object when calling the FormatConditions property.
If this property is set to True, and then if the Excel table containing the rule is converted to a range, the formatting will persist, but this property will be ignored.