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