Table of Contents

Class CssTableExportSettings

Namespace
OfficeOpenXml.Export.HtmlExport
Assembly
EPPlus.dll

Settings for css export for tables

public class CssTableExportSettings : CssExportSettings
Inheritance
CssTableExportSettings
Inherited Members

Properties

Exclude

Exclude flags for styles

public CssExcludeStyle Exclude { get; }

Property Value

CssExcludeStyle

IncludeCellStyles

Include Css for cell styling.

public bool IncludeCellStyles { get; set; }

Property Value

bool

IncludeTableStyles

Include Css for the current table style

public bool IncludeTableStyles { get; set; }

Property Value

bool

Methods

Copy(CssTableExportSettings)

Copy the values from another settings object.

public void Copy(CssTableExportSettings copy)

Parameters

copy CssTableExportSettings

The object to copy.

ResetToDefault()

Reset the settings to it's default values.

public void ResetToDefault()