Search
DrawRowEventArgs Class
See Also
 






Provides data for the DrawRow event.

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

 Syntax

C#  Copy Code

public class DrawRowEventArgs : RowEventArgs

Visual Basic  Copy Code

Public Class DrawRowEventArgs
    Inherits RowEventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Spreadsheet.RowEventArgs
            MindFusion.Spreadsheet.DrawRowEventArgs

 See Also