Enum ConditionType
Conditional Formatting Evaluation Type
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public enum ConditionType
Fields
Name | Description |
---|---|
All | The Top N conditional formatting is evaluated across the entire scope range. |
Column | The Top N conditional formatting is evaluated for each column. |
None | The conditional formatting is not evaluated |
Row | The Top N conditional formatting is evaluated for each row§. |