KaxGridExcelExportCellFormatting Event |
This event is triggered when exporting.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event OnExcelExportCellFormattingEventHandler ExcelExportCellFormatting
Public Event ExcelExportCellFormatting As OnExcelExportCellFormattingEventHandler
public:
event OnExcelExportCellFormattingEventHandler^ ExcelExportCellFormatting {
void add (OnExcelExportCellFormattingEventHandler^ value);
void remove (OnExcelExportCellFormattingEventHandler^ value);
}
member ExcelExportCellFormatting : IEvent<OnExcelExportCellFormattingEventHandler,
ExcelExportCellFormattingEventArgs>
Value
Type:
Kettic.AspNet.ControlsOnExcelExportCellFormattingEventHandler
See Also