Search
WorkbookView.DrawRow Event
See Also
 






Raised to allow custom drawing of view rows.

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

 Syntax

C#  Copy Code

public event EventHandler<DrawRowEventArgs> DrawRow

Visual Basic  Copy Code

Public Event DrawRow As EventHandler(Of DrawRowEventArgs)

 Event Data

DrawRow event handlers receive an argument of type DrawRowEventArgs.

 See Also