PivotConditionFormatRuleType
PivotConditionFormatRuleType enumeration
Represents PivotTable condition formatting rule type.
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Indicates that Top N conditional formatting is not evaluated |
| All | 1 | Indicates that Top N conditional formatting is evaluated across the entire scope range. |
| Row | 2 | Indicates that Top N conditional formatting is evaluated for each row. |
| Column | 3 | Indicates that Top N conditional formatting is evaluated for each column. |