Table of Contents

Class ExcelTableNamedStyleBase

Namespace
OfficeOpenXml.Style.Table
Assembly
EPPlus.dll

A base class for custom named table styles

public abstract class ExcelTableNamedStyleBase : XmlHelper
Inheritance
ExcelTableNamedStyleBase
Derived
Inherited Members

Properties

AppliesTo

If a table style is applied for a table/pivot table or both

public abstract eTableNamedStyleAppliesTo AppliesTo { get; }

Property Value

eTableNamedStyleAppliesTo

As

Provides access to type conversion for all table named styles.

public ExcelTableNamedStyleAsType As { get; }

Property Value

ExcelTableNamedStyleAsType

FirstColumn

Applies to the first column of a table or pivot table

public ExcelTableStyleElement FirstColumn { get; }

Property Value

ExcelTableStyleElement

FirstColumnStripe

Applies to the first column stripe of a table or pivot table

public ExcelBandedTableStyleElement FirstColumnStripe { get; }

Property Value

ExcelBandedTableStyleElement

FirstHeaderCell

Applies to the first header cell of a table or pivot table

public ExcelTableStyleElement FirstHeaderCell { get; }

Property Value

ExcelTableStyleElement

FirstRowStripe

Applies to the first row stripe of a table or pivot table

public ExcelBandedTableStyleElement FirstRowStripe { get; }

Property Value

ExcelBandedTableStyleElement

HeaderRow

Applies to the header row of a table or pivot table

public ExcelTableStyleElement HeaderRow { get; }

Property Value

ExcelTableStyleElement

LastColumn

Applies to the last column of a table or pivot table

public ExcelTableStyleElement LastColumn { get; }

Property Value

ExcelTableStyleElement

Name

The name of the table named style

public string Name { get; set; }

Property Value

string

SecondColumnStripe

Applies to the second column stripe of a table or pivot table

public ExcelBandedTableStyleElement SecondColumnStripe { get; }

Property Value

ExcelBandedTableStyleElement

SecondRowStripe

Applies to the second row stripe of a table or pivot table

public ExcelBandedTableStyleElement SecondRowStripe { get; }

Property Value

ExcelBandedTableStyleElement

TotalRow

Applies to the total row of a table or pivot table

public ExcelTableStyleElement TotalRow { get; }

Property Value

ExcelTableStyleElement

WholeTable

Applies to the entire content of a table or pivot table

public ExcelTableStyleElement WholeTable { get; }

Property Value

ExcelTableStyleElement