Show / Hide Table of Contents

Class ExcelTableNamedStyle

A custom named table style that applies to tables only

Inheritance
System.Object
XmlHelper
ExcelTableNamedStyleBase
ExcelTableNamedStyle
Inherited Members
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 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
ExcelTableNamedStyleBase.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