GemBox.Spreadsheet

DefaultHtmlExporter.DefaultColumnLetterToHtml Method 

Returns XmlNode with cell entry for cell that represent column letter.

public static XmlNode DefaultColumnLetterToHtml(
   HtmlExporterOptions options,
   ExcelColumn column,
   int htmlColumnIndex
);

Parameters

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

See Also

DefaultHtmlExporter Class | GemBox.Spreadsheet Namespace