Class HtmlRangeExportSettings
Settings for html export for ranges
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.List<System.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()