Class ExcelTableAndPivotTableNamedStyle
A custom named table style that applies to both tables and pivot tables
Inheritance
System.Object
ExcelTableAndPivotTableNamedStyle
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()
Namespace: OfficeOpenXml.Style.Table
Assembly: EPPlus.dll
Syntax
public class ExcelTableAndPivotTableNamedStyle : ExcelPivotTableNamedStyle
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 |