Aspose::Cells::Pivot::PivotConditionFormatRuleType enum

PivotConditionFormatRuleType enum

Represents PivotTable condition formatting rule type.

enum class PivotConditionFormatRuleType

Values

NameValueDescription
None0
Indicates that Top N conditional formatting is not evaluated.
All1
Indicates that Top N conditional formatting is evaluated across the entire scope range.
Row2
Indicates that Top N conditional formatting is evaluated for each row.
Column3
Indicates that Top N conditional formatting is evaluated for each column.

See Also