Delegate for handling export of header row.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public delegate XmlNode ColumnLettersToHtmlDelegate( HtmlExporterOptions options, ExcelColumn startColumn, ExcelColumn endColumn ) |
| Visual Basic |
|---|
Public Delegate Function ColumnLettersToHtmlDelegate ( _ options As HtmlExporterOptions, _ startColumn As ExcelColumn, _ endColumn As ExcelColumn _ ) As XmlNode |
Parameters
- options
- Type: GemBox.Spreadsheet..::..HtmlExporterOptions
Options that describe exporting process.
- startColumn
- Type: GemBox.Spreadsheet..::..ExcelColumn
Start excel column.
- endColumn
- Type: GemBox.Spreadsheet..::..ExcelColumn
End excel column.