Class ExcelTableAndPivotTableNamedStyle
- Namespace
- OfficeOpenXml.Style.Table
- Assembly
- EPPlus.dll
A custom named table style that applies to both tables and pivot tables
public class ExcelTableAndPivotTableNamedStyle : ExcelPivotTableNamedStyle
- Inheritance
-
ExcelTableAndPivotTableNamedStyle
- Inherited Members
Properties
AppliesTo
If the style applies to tables, pivot table or both
public override eTableNamedStyleAppliesTo AppliesTo { get; }
Property Value
FirstTotalCell
Applies to the first total cell of a table
public ExcelTableStyleElement FirstTotalCell { get; }
Property Value
LastHeaderCell
Applies to the last header cell of a table
public ExcelTableStyleElement LastHeaderCell { get; }
Property Value
LastTotalCell
Applies to the last total cell of a table
public ExcelTableStyleElement LastTotalCell { get; }