FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / Invalidate Method / Invalidate(CellRange) Method
CellRange that will be invalidated.

In This Topic
    Invalidate(CellRange) Method
    In This Topic
    Invalidates a cell range, causing it to be repainted.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Invalidate( _
       ByVal rg As CellRange _
    ) 
    public virtual void Invalidate( 
       CellRange rg
    )

    Parameters

    rg
    CellRange that will be invalidated.
    Remarks
    This method is rarely used by the programmer, since the grid automatically performs invalidation as needed.
    See Also