Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / Invalidate Method / Invalidate(Rectangle) Method


In This Topic
    Invalidate(Rectangle) Method
    In This Topic
    Invalidates the specified rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Invalidate( _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim r As Rectangle
     
    instance.Invalidate(r)
    public void Invalidate( 
       Rectangle r
    )

    Parameters

    r
    See Also