Enum PivotConditionFormatRuleType
Namespace: DRIT.Spreadsheet.Pivot
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum PivotConditionFormatRuleType : int
Fields
| Name | Description |
|---|---|
| All | Indicates that Top N conditional formatting is evaluated across the entire scope range. |
| Column | Indicates that Top N conditional formatting is evaluated for each column. |
| None | Indicates that Top N conditional formatting is not evaluated |
| Row | Indicates that Top N conditional formatting is evaluated for each row. |