GemBox.Spreadsheet

CellRange.ExportToHtml Method (XmlTextWriter, HtmlExporterOptions, Boolean)

Exports all data from the range to a XmlTextWriter in HTML format.

public void ExportToHtml(
   XmlTextWriter writer,
   HtmlExporterOptions options,
   bool entirePage
);

Parameters

writer
Xml text writer.
options
Options that describe exporting process. If the value is null, new HtmlExporterOptions is created with HtmlExporterOptions.ShowColumnLetters and HtmlExporterOptions.ShowRowNumbers set to true.
entirePage
If true, entire page will be exported. If false, only table will be exported.

See Also

CellRange Class | GemBox.Spreadsheet Namespace | CellRange.ExportToHtml Overload List