ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Invalidate Method / Invalidate(Int32,Int32,Int32,Int32) Method

In This Topic
    Invalidate(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Invalidate( _
       ByVal topRow As Integer, _
       ByVal leftCol As Integer, _
       ByVal bottomRow As Integer, _
       ByVal rightCol As Integer _
    ) 
    public void Invalidate( 
       int topRow,
       int leftCol,
       int bottomRow,
       int rightCol
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    See Also