Show / Hide Table of Contents

Class ExcelTableStyleElement

A style element for a custom table style

Inheritance
object
XmlHelper
ExcelTableStyleElement
ExcelBandedTableStyleElement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public class ExcelTableStyleElement : XmlHelper

Properties

Style

Access to style properties

Declaration
public ExcelDxfStyleLimitedFont Style { get; }
Property Value
Type Description
ExcelDxfStyleLimitedFont

Type

The type of table style element for a custom table style.

Declaration
public eTableStyleElement Type { get; }
Property Value
Type Description
eTableStyleElement
In this article
Back to top Generated by DocFX