Search
WorkbookView.DrawColumn Event
See Also
 






Raised to allow custom drawing of view columns.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public event EventHandler<DrawColumnEventArgs> DrawColumn

Visual Basic  Copy Code

Public Event DrawColumn As EventHandler(Of DrawColumnEventArgs)

 Event Data

DrawColumn event handlers receive an argument of type DrawColumnEventArgs.

 See Also