Class ExcelTableNamedStyle
A custom named table style that applies to tables only
Inherited Members
Namespace: OfficeOpenXml.Style.Table
Assembly: EPPlus.dll
Syntax
public class ExcelTableNamedStyle : ExcelTableNamedStyleBase
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 |