FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Invalidate Method / Invalidate(Int32,Int32) Method
Row index.
Column index.

In This Topic
    Invalidate(Int32,Int32) Method
    In This Topic
    Invalidates a cell, causing it to be repainted.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Invalidate( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    public void Invalidate( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.
    Remarks
    This method is rarely used by the programmer, since the grid automatically performs invalidation as needed.
    See Also