Delegate for handling export of cell that represent column letter.

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

Syntax

C#
public delegate XmlNode ColumnLetterToHtmlDelegate(
	HtmlExporterOptions options,
	ExcelColumn column,
	int htmlColumnIndex
)
Visual Basic
Public Delegate Function ColumnLetterToHtmlDelegate ( _
	options As HtmlExporterOptions, _
	column As ExcelColumn, _
	htmlColumnIndex As Integer _
) As XmlNode

Parameters

options
Type: GemBox.Spreadsheet..::..HtmlExporterOptions
Options that describe exporting process.
column
Type: GemBox.Spreadsheet..::..ExcelColumn
Current excel column.
htmlColumnIndex
Type: System..::..Int32
Column index in HTML table.

See Also