Class HtmlRangeExportSettings
Settings for html export for ranges
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public class HtmlRangeExportSettings : HtmlExportSettings
Properties
Css
Options to exclude css elements
Declaration
public CssRangeExportSettings Css { get; }
Property Value
| Type | Description |
|---|---|
| CssRangeExportSettings |
HeaderRows
Number of header rows before the actual data. Default is 1.
Declaration
public int HeaderRows { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Headers
If HeaderRows is 0, this collection contains the headers. If this collection is empty the table will have no headers.
Declaration
public List<string> Headers { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
Methods
Copy(HtmlRangeExportSettings)
Copy the values from another settings object.
Declaration
public void Copy(HtmlRangeExportSettings copy)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlRangeExportSettings | copy | The object to copy. |
ResetToDefault()
Reset the setting to it's default values.
Declaration
public void ResetToDefault()