Hi:
Can you give an example on how to use exporter_ExcelCellFormatting even? The example given in:
http://www.telerik.com/help/winforms/export-excel.html
is NOT helpful. It shows the Sub exporter_ExcelCellFormatting(ByVal sender as object, ByVal e As . . . ). That's great, but how exactly do you call this even, what do you pass as the sender and what do you pass as the argument when a person is call this routine?
Generally, I find that many of your examples are 'half-cooked.' It shows part of a set of code, but often do not show, from start to finish, exactly how that set of codes should be used. A COMPLETE USAGE example within real context would be appreciated!
Justin