Delegate for handling export of table for specified range.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public delegate XmlNode TableToHtmlDelegate( HtmlExporterOptions options, CellRange range ) |
| Visual Basic |
|---|
Public Delegate Function TableToHtmlDelegate ( _ options As HtmlExporterOptions, _ range As CellRange _ ) As XmlNode |
Parameters
- options
- Type: GemBox.Spreadsheet..::..HtmlExporterOptions
Options that describe exporting process.
- range
- Type: GemBox.Spreadsheet..::..CellRange
Range that is exporting.