PivotConditionFormatRuleType
PivotConditionFormatRuleType enumeration
Utility class containing constants. Represents PivotTable condition formatting rule type.
Values
| Name | Description |
|---|---|
| NONE | Indicates that Top N conditional formatting is not evaluated |
| ALL | Indicates that Top N conditional formatting is evaluated across the entire scope range. |
| ROW | Indicates that Top N conditional formatting is evaluated for each row. |
| COLUMN | Indicates that Top N conditional formatting is evaluated for each column. |