Aspose::Cells::Pivot::PivotConditionFormatRuleType enum
PivotConditionFormatRuleType enum
Represents PivotTable condition formatting rule type.
enum class PivotConditionFormatRuleType
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. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++