Enum PivotConditionFormatRuleType

Enum PivotConditionFormatRuleType

Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)

Represents PivotTable condition formatting rule type.

public enum PivotConditionFormatRuleType

Fields

All = 1

Indicates that Top N conditional formatting is evaluated across the entire scope range.

Column = 3

Indicates that Top N conditional formatting is evaluated for each column.

None = 0

Indicates that Top N conditional formatting is not evaluated

Row = 2

Indicates that Top N conditional formatting is evaluated for each row.