Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Invalidate Method
Example


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()
    Example
    This example invalidates the specified row.
    fpSpread1.ActiveSheet.Rows[0].Invalidate();
    FpSpread1.ActiveSheet.Rows(0).Invalidate()
    See Also