FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / DrawRow Method / DrawRow(PaintEventArgs,Int32) Method
A System.Windows.Forms.PaintEventArgs that contains a System.Drawing.Graphics object where the row will be drawn.
Index of the row to draw.

In This Topic
    DrawRow(PaintEventArgs,Int32) Method
    In This Topic
    Draws a grid row.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub DrawRow( _
       ByVal e As PaintEventArgs, _
       ByVal row As Integer _
    ) 
    protected virtual void DrawRow( 
       PaintEventArgs e,
       int row
    )

    Parameters

    e
    A System.Windows.Forms.PaintEventArgs that contains a System.Drawing.Graphics object where the row will be drawn.
    row
    Index of the row to draw.
    Remarks
    This method is for internal use. It allows inherited classes to customize the grid appearance.
    See Also