Raised to allow custom drawing of view columns.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawColumnEventArgs> DrawColumn |
Visual Basic
Copy Code
|
|---|
Public Event DrawColumn As EventHandler(Of DrawColumnEventArgs) |
Event DataDrawColumn event handlers receive an argument of type DrawColumnEventArgs.
See Also