Show / Hide Table of Contents

Class CssExcludeStyle

Exclude css on an ExcelTable.

Inheritance
object
CssExcludeStyle
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public class CssExcludeStyle

Properties

CellStyle

Css settings for cell styles.

Declaration
public CssExclude CellStyle { get; }
Property Value
Type Description
CssExclude

TableStyle

Css settings for table styles

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