Table of Contents

Class ExcelTableNamedStyle

Namespace
OfficeOpenXml.Style.Table
Assembly
EPPlus.dll

A custom named table style that applies to tables only

public class ExcelTableNamedStyle : ExcelTableNamedStyleBase
Inheritance
ExcelTableNamedStyle
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