Class ExcelPivotTableAreaStyle
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
Defines a pivot table area of selection used for styling.
public class ExcelPivotTableAreaStyle : ExcelPivotArea
- Inheritance
-
ExcelPivotTableAreaStyle
- Inherited Members
Properties
Conditions
Conditions for the pivot table. Conditions can be set for specific row-, column- or data fields. Specify labels, data grand totals and more.
public ExcelPivotAreaStyleConditions Conditions { get; }
Property Value
Style
Access to the style property for the pivot area
public ExcelDxfStyle Style { get; }