Delegate for handling export of cell style to string.

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

Syntax

C#
public delegate string CellStyleToHtmlDelegate(
	ExcelCell cell,
	HtmlExportPosition position
)
Visual Basic
Public Delegate Function CellStyleToHtmlDelegate ( _
	cell As ExcelCell, _
	position As HtmlExportPosition _
) As String

Parameters

cell
Type: GemBox.Spreadsheet..::..ExcelCell
Excel cell.
position
Type: GemBox.Spreadsheet..::..HtmlExportPosition
Current position of the exporting process. It can be null.

See Also