GemBox.Spreadsheet

HtmlExporterOptions.CellStyleToHtmlDelegate Delegate

Delegate for handling export of cell style to string.

public delegate string HtmlExporterOptions.CellStyleToHtmlDelegate(
   ExcelCell cell,
   HtmlExportPosition position
);

Parameters

cell
Excel cell.
position
Current position of the exporting process. It can be null.

Requirements

Namespace: GemBox.Spreadsheet

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

See Also

GemBox.Spreadsheet Namespace