Class ExcelTableNamedStyleBase
A base class for custom named table styles
Inheritance
System.Object
ExcelTableNamedStyleBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: EPPlus.dll
Syntax
public abstract class ExcelTableNamedStyleBase : XmlHelper
Fields
_styles
Declaration
protected ExcelStyles _styles
Field Value
Properties
AppliesTo
If a table style is applied for a table/pivot table or both
Declaration
public abstract eTableNamedStyleAppliesTo AppliesTo { get; }
Property Value
As
Provides access to type conversion for all table named styles.
Declaration
public ExcelTableNamedStyleAsType As { get; }
Property Value
FirstColumn
Applies to the first column of a table or pivot table
Declaration
public ExcelTableStyleElement FirstColumn { get; }
Property Value
FirstColumnStripe
Applies to the first column stripe of a table or pivot table
Declaration
public ExcelBandedTableStyleElement FirstColumnStripe { get; }
Property Value
Applies to the first header cell of a table or pivot table
Declaration
public ExcelTableStyleElement FirstHeaderCell { get; }
Property Value
FirstRowStripe
Applies to the first row stripe of a table or pivot table
Declaration
public ExcelBandedTableStyleElement FirstRowStripe { get; }
Property Value
Applies to the header row of a table or pivot table
Declaration
public ExcelTableStyleElement HeaderRow { get; }
Property Value
LastColumn
Applies to the last column of a table or pivot table
Declaration
public ExcelTableStyleElement LastColumn { get; }
Property Value
Name
The name of the table named style
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SecondColumnStripe
Applies to the second column stripe of a table or pivot table
Declaration
public ExcelBandedTableStyleElement SecondColumnStripe { get; }
Property Value
SecondRowStripe
Applies to the second row stripe of a table or pivot table
Declaration
public ExcelBandedTableStyleElement SecondRowStripe { get; }
Property Value
TotalRow
Applies to the total row of a table or pivot table
Declaration
public ExcelTableStyleElement TotalRow { get; }
Property Value
WholeTable
Applies to the entire content of a table or pivot table
Declaration
public ExcelTableStyleElement WholeTable { get; }
Property Value
Methods
GetTableStyleElement(eTableStyleElement)
Declaration
protected ExcelTableStyleElement GetTableStyleElement(eTableStyleElement element)
Parameters
Returns