ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / DrawRow 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 Method (C1FlexPivotGrid)
    In This Topic
    Draws a grid row.
    Syntax
    'Declaration
     
    Protected 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