Table of Contents

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

eTableNamedStyleAppliesTo

FirstTotalCell

Applies to the first total cell of a table

public ExcelTableStyleElement FirstTotalCell { get; }

Property Value

ExcelTableStyleElement

LastHeaderCell

Applies to the last header cell of a table

public ExcelTableStyleElement LastHeaderCell { get; }

Property Value

ExcelTableStyleElement

LastTotalCell

Applies to the last total cell of a table

public ExcelTableStyleElement LastTotalCell { get; }

Property Value

ExcelTableStyleElement