Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Invalidate Method


In This Topic
    Invalidate Method (Row)
    In This Topic
    Invalidates the displayed cells and sends the message to repaint them.
    Syntax
    'Declaration
     
    
    Public Sub Invalidate() 
    'Usage
     
    
    Dim instance As Row
     
    instance.Invalidate()
    public void Invalidate()
    See Also