Table of Contents

Class HtmlTableExportSettings

Namespace
OfficeOpenXml.Export.HtmlExport.Settings
Assembly
EPPlus.dll

Settings for html export for tables

public class HtmlTableExportSettings : HtmlExportSettings
Inheritance
HtmlTableExportSettings
Inherited Members

Constructors

HtmlTableExportSettings()

public HtmlTableExportSettings()

Properties

Css

Css export settings.

public CssTableExportSettings Css { get; }

Property Value

CssTableExportSettings

Methods

Configure(Action<HtmlTableExportSettings>)

Configure the settings.

public void Configure(Action<HtmlTableExportSettings> settings)

Parameters

settings Action<HtmlTableExportSettings>

Copy(HtmlTableExportSettings)

Copy the values from another settings object.

public void Copy(HtmlTableExportSettings copy)

Parameters

copy HtmlTableExportSettings

The object to copy.

ResetToDefault()

Reset the settings to it's default values.

public void ResetToDefault()