Class HtmlTableExportSettings
Settings for html export for tables
Inherited Members
Namespace: OfficeOpenXml.Export.HtmlExport.Settings
Assembly: EPPlus.dll
Syntax
public class HtmlTableExportSettings : HtmlExportSettings
Properties
Css
Css export settings.
Declaration
public CssTableExportSettings Css { get; }
Property Value
| Type | Description |
|---|---|
| CssTableExportSettings |
Methods
Configure(Action<HtmlTableExportSettings>)
Configure the settings.
Declaration
public void Configure(Action<HtmlTableExportSettings> settings)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<HtmlTableExportSettings> | settings |
Copy(HtmlTableExportSettings)
Copy the values from another settings object.
Declaration
public void Copy(HtmlTableExportSettings copy)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTableExportSettings | copy | The object to copy. |
ResetToDefault()
Reset the settings to it's default values.
Declaration
public void ResetToDefault()