RadControls for WinForms

Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public delegate void ExcelCellFormattingEventHandler(
	Object sender,
	ExcelCellFormattingEventArgs e
)
Visual Basic
Public Delegate Sub ExcelCellFormattingEventHandler ( _
	sender As Object, _
	e As ExcelCellFormattingEventArgs _
)

See Also