Search
WorkbookView.OnDrawColumn Method
See Also
 






Raises the DrawColumn event.

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

 Syntax

C#  Copy Code

protected virtual void OnDrawColumn (
    DrawColumnEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDrawColumn( _
    e As DrawColumnEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also