GemBox.Spreadsheet

HtmlExporterOptions.PageToHtmlDelegate Delegate

Delegate for handling export of the whole HTML page.

public delegate XmlDocument HtmlExporterOptions.PageToHtmlDelegate(
   HtmlExporterOptions options,
   CellRange range
);

Parameters

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

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace