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