ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnOwnerDrawCell Method
C1.Win.C1FlexGrid.OwnerDrawCellEventArgs that contains the event data.

In This Topic
    OnOwnerDrawCell Method (C1FlexPivotGrid)
    In This Topic
    Overridden to apply conditional formatting.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnOwnerDrawCell( _
       ByVal e As OwnerDrawCellEventArgs _
    ) 
    protected override void OnOwnerDrawCell( 
       OwnerDrawCellEventArgs e
    )

    Parameters

    e
    C1.Win.C1FlexGrid.OwnerDrawCellEventArgs that contains the event data.
    See Also