Show / Hide Table of Contents

Class CssExcludeStyle

Exclude css on an ExcelTable.

Inheritance
System.Object
CssExcludeStyle
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.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