GemBox.Spreadsheet

DefaultHtmlExporter.DefaultPageToHtml Method 

Returns XmlDocument with page and table entry for specified range.

public static XmlDocument DefaultPageToHtml(
   HtmlExporterOptions options,
   CellRange range
);

Parameters

options
Options that describe exporting process.
range
Range that is exporting.

Remarks

XmlDocument that is returned by this method is the same XmlDocument that is defined in the HtmlExporterOptions.

See Also

DefaultHtmlExporter Class | GemBox.Spreadsheet Namespace