ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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 System.Integer, _
       ByVal leftCol As System.Integer, _
       ByVal bottomRow As System.Integer, _
       ByVal rightCol As System.Integer _
    ) 
    public void Invalidate( 
       System.int topRow,
       System.int leftCol,
       System.int bottomRow,
       System.int rightCol
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    See Also