Class ExcelPivotTableNamedStyle
- Namespace
- OfficeOpenXml.Style.Table
- Assembly
- EPPlus.dll
A custom named table style that applies to pivot tables only
public class ExcelPivotTableNamedStyle : ExcelTableNamedStyleBase
- Inheritance
-
ExcelPivotTableNamedStyle
- Derived
- Inherited Members
Properties
AppliesTo
If the style applies to tables, pivot table or both
public override eTableNamedStyleAppliesTo AppliesTo { get; }
Property Value
BlankRow
Applies to blank rows of a pivot table
public ExcelTableStyleElement BlankRow { get; }
Property Value
FirstColumnSubheading
Applies to the first column subheading of a pivot table
public ExcelTableStyleElement FirstColumnSubheading { get; }
Property Value
FirstRowSubheading
Applies to the first row subheading of a pivot table
public ExcelTableStyleElement FirstRowSubheading { get; }
Property Value
FirstSubtotalColumn
Applies to the first subtotal column of a pivot table
public ExcelTableStyleElement FirstSubtotalColumn { get; }
Property Value
FirstSubtotalRow
Applies to the first subtotal row of a pivot table
public ExcelTableStyleElement FirstSubtotalRow { get; }
Property Value
PageFieldLabels
Applies to the page field labels of a pivot table
public ExcelTableStyleElement PageFieldLabels { get; }
Property Value
PageFieldValues
Applies to the page field values of a pivot table
public ExcelTableStyleElement PageFieldValues { get; }
Property Value
SecondColumnSubheading
Applies to the second column subheading of a pivot table
public ExcelTableStyleElement SecondColumnSubheading { get; }
Property Value
SecondRowSubheading
Applies to the second row subheading of a pivot table
public ExcelTableStyleElement SecondRowSubheading { get; }
Property Value
SecondSubtotalColumn
Applies to the second subtotal column of a pivot table
public ExcelTableStyleElement SecondSubtotalColumn { get; }
Property Value
SecondSubtotalRow
Applies to the second subtotal row of a pivot table
public ExcelTableStyleElement SecondSubtotalRow { get; }
Property Value
ThirdColumnSubheading
Applies to the third column subheading of a pivot table
public ExcelTableStyleElement ThirdColumnSubheading { get; }
Property Value
ThirdRowSubheading
Applies to the third row subheading of a pivot table
public ExcelTableStyleElement ThirdRowSubheading { get; }
Property Value
ThirdSubtotalColumn
Applies to the third subtotal column of a pivot table
public ExcelTableStyleElement ThirdSubtotalColumn { get; }
Property Value
ThirdSubtotalRow
Applies to the third subtotal row of a pivot table
public ExcelTableStyleElement ThirdSubtotalRow { get; }