HtmlExporterOptions
|
Overloaded. Creates new HTML exporter options. |
CalculateTableWidth | Gets or sets the option to calculate table width. |
ExportHiddenColumns | If true, hidden columns will be exported. |
ExportHiddenRows | If true, hidden rows will be exported. |
ExportingXmlDocument | Gets XmlDocument that is used to create new nodes. |
MethodCellStyleToHtml | Gets or sets a method that exports cell style to HTML string. |
MethodCellToHtml | Gets or sets a method that exports cell to xml node. |
MethodCellValueToHtml | Gets or sets a method that exports cell value to HTML string. |
MethodColumnLettersToHtml | Gets or sets a method that creates xml node for row with column letters. |
MethodColumnLetterToHtml | Gets or sets a method that creates xml node with column letter cell. |
MethodPageToHtml | Gets or sets a method that creates xml node for HTML page from specified cell range. |
MethodRowNumberToHtml | Gets or sets a method that creates xml node with row number cell. |
MethodRowToHtml | Gets or sets a method that creates xml node for specified excel row. |
MethodTableToHtml | Gets or sets a method that creates xml node for HTML table from specified cell range. |
ShowColumnLetters | Gets or sets the option to show column letters in the first row. |
ShowGridLines | If true, grid lines will be exported. |
ShowRowNumbers | Gets or sets the option to show row numbers in the first column. |
HtmlExporterOptions Class | GemBox.Spreadsheet Namespace