Delegate for handling export of the whole HTML page.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public delegate XmlDocument PageToHtmlDelegate(
	HtmlExporterOptions options,
	CellRange range
)
Visual Basic
Public Delegate Function PageToHtmlDelegate ( _
	options As HtmlExporterOptions, _
	range As CellRange _
) As XmlDocument

Parameters

options
Type: GemBox.Spreadsheet..::..HtmlExporterOptions
Options that describe exporting process.
range
Type: GemBox.Spreadsheet..::..CellRange
Range that is exporting.

See Also