Show / Hide Table of Contents

Class ExcelTableAndPivotTableNamedStyle

A custom named table style that applies to both tables and pivot tables

Inheritance
System.Object
XmlHelper
ExcelTableNamedStyleBase
ExcelPivotTableNamedStyle
ExcelTableAndPivotTableNamedStyle
Inherited Members
ExcelPivotTableNamedStyle.PageFieldLabels
ExcelPivotTableNamedStyle.PageFieldValues
ExcelPivotTableNamedStyle.FirstSubtotalColumn
ExcelPivotTableNamedStyle.SecondSubtotalColumn
ExcelPivotTableNamedStyle.ThirdSubtotalColumn
ExcelPivotTableNamedStyle.BlankRow
ExcelPivotTableNamedStyle.FirstSubtotalRow
ExcelPivotTableNamedStyle.SecondSubtotalRow
ExcelPivotTableNamedStyle.ThirdSubtotalRow
ExcelPivotTableNamedStyle.FirstColumnSubheading
ExcelPivotTableNamedStyle.SecondColumnSubheading
ExcelPivotTableNamedStyle.ThirdColumnSubheading
ExcelPivotTableNamedStyle.FirstRowSubheading
ExcelPivotTableNamedStyle.SecondRowSubheading
ExcelPivotTableNamedStyle.ThirdRowSubheading
ExcelTableNamedStyleBase._styles
ExcelTableNamedStyleBase.GetTableStyleElement(eTableStyleElement)
ExcelTableNamedStyleBase.Name
ExcelTableNamedStyleBase.WholeTable
ExcelTableNamedStyleBase.FirstColumnStripe
ExcelTableNamedStyleBase.SecondColumnStripe
ExcelTableNamedStyleBase.FirstRowStripe
ExcelTableNamedStyleBase.SecondRowStripe
ExcelTableNamedStyleBase.LastColumn
ExcelTableNamedStyleBase.FirstColumn
ExcelTableNamedStyleBase.HeaderRow
ExcelTableNamedStyleBase.TotalRow
ExcelTableNamedStyleBase.FirstHeaderCell
ExcelTableNamedStyleBase.As
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
ExcelPivotTableNamedStyle.AppliesTo

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
Back to top Generated by DocFX