Table of Contents

Class HtmlRangeExportSettings

Namespace
OfficeOpenXml.Export.HtmlExport
Assembly
EPPlus.dll

Settings for html export for ranges

public class HtmlRangeExportSettings : HtmlExportSettings
Inheritance
HtmlRangeExportSettings
Inherited Members

Constructors

HtmlRangeExportSettings()

public HtmlRangeExportSettings()

Properties

Css

Options to exclude css elements

public CssRangeExportSettings Css { get; }

Property Value

CssRangeExportSettings

HeaderRows

Number of header rows before the actual data. Default is 1.

public int HeaderRows { get; set; }

Property Value

int

Headers

If HeaderRows is 0, this collection contains the headers. If this collection is empty the table will have no headers.

public List<string> Headers { get; }

Property Value

List<string>

Methods

Copy(HtmlRangeExportSettings)

Copy the values from another settings object.

public void Copy(HtmlRangeExportSettings copy)

Parameters

copy HtmlRangeExportSettings

The object to copy.

ResetToDefault()

Reset the setting to it's default values.

public void ResetToDefault()