GemBox.Spreadsheet

HtmlExporterOptions.CellToHtmlDelegate Delegate

Delegate for handling cell export.

public delegate XmlNode HtmlExporterOptions.CellToHtmlDelegate(
   HtmlExporterOptions options,
   ExcelCell cell,
   HtmlExportPosition position
);

Parameters

options
Options that describe exporting process.
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