GemBox.Spreadsheet

HtmlExporterOptions.ColumnLetterToHtmlDelegate Delegate

Delegate for handling export of cell that represent column letter.

public delegate XmlNode HtmlExporterOptions.ColumnLetterToHtmlDelegate(
   HtmlExporterOptions options,
   ExcelColumn column,
   int htmlColumnIndex
);

Parameters

options
Options that describe exporting process.
column
Current excel column.
htmlColumnIndex
Column index in HTML table.

Requirements

Namespace: GemBox.Spreadsheet

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

See Also

GemBox.Spreadsheet Namespace