Show / Hide Table of Contents

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§.

In This Article
Back to top Generated by DocFX