Class ExcelPivotAreaStyleConditions
Conditions for a pivot table area style.
Inherited Members
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotAreaStyleConditions
Properties
DataFields
The data field that the conditions will apply too.
Declaration
public ExcelPivotAreaDataFieldReference DataFields { get; }
Property Value
| Type | Description |
|---|---|
| ExcelPivotAreaDataFieldReference |
Fields
Row and column fields that the conditions will apply to.
Declaration
public ExcelPivotAreaReferenceCollection Fields { get; }
Property Value
| Type | Description |
|---|---|
| ExcelPivotAreaReferenceCollection |