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
As
Provides access to type conversion for all table named styles.
public ExcelTableNamedStyleAsType As { get; }
Property Value
FirstColumn
Applies to the first column of a table or pivot table
public ExcelTableStyleElement FirstColumn { get; }
Property Value
FirstColumnStripe
Applies to the first column stripe of a table or pivot table
public ExcelBandedTableStyleElement FirstColumnStripe { get; }
Property Value
FirstHeaderCell
Applies to the first header cell of a table or pivot table
public ExcelTableStyleElement FirstHeaderCell { get; }
Property Value
FirstRowStripe
Applies to the first row stripe of a table or pivot table
public ExcelBandedTableStyleElement FirstRowStripe { get; }
Property Value
HeaderRow
Applies to the header row of a table or pivot table
public ExcelTableStyleElement HeaderRow { get; }
Property Value
LastColumn
Applies to the last column of a table or pivot table
public ExcelTableStyleElement LastColumn { get; }
Property Value
Name
The name of the table named style
public string Name { get; set; }
Property Value
SecondColumnStripe
Applies to the second column stripe of a table or pivot table
public ExcelBandedTableStyleElement SecondColumnStripe { get; }
Property Value
SecondRowStripe
Applies to the second row stripe of a table or pivot table
public ExcelBandedTableStyleElement SecondRowStripe { get; }
Property Value
TotalRow
Applies to the total row of a table or pivot table
public ExcelTableStyleElement TotalRow { get; }
Property Value
WholeTable
Applies to the entire content of a table or pivot table
public ExcelTableStyleElement WholeTable { get; }