Show / Hide Table of Contents

Class HtmlRangeExportSettings

Settings for html export for ranges

Inheritance
System.Object
HtmlExportSettings
HtmlRangeExportSettings
Inherited Members
HtmlExportSettings.TableId
HtmlExportSettings.Minify
HtmlExportSettings.HiddenRows
HtmlExportSettings.HorizontalAlignmentWhenGeneral
HtmlExportSettings.Accessibility
HtmlExportSettings.AdditionalTableClassNames
HtmlExportSettings.DataValueAttributeName
HtmlExportSettings.Culture
HtmlExportSettings.Encoding
HtmlExportSettings.SetColumnWidth
HtmlExportSettings.SetRowHeight
HtmlExportSettings.StyleClassPrefix
HtmlExportSettings.CellStyleClassName
HtmlExportSettings.Pictures
HtmlExportSettings.IncludeCssClassNames
HtmlExportSettings.HyperlinkTarget
HtmlExportSettings.TableStyle
HtmlExportSettings.RenderDataAttributes
HtmlExportSettings.RenderDataTypes
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()
In This Article
Back to top Generated by DocFX