True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / RefreshCell Method / RefreshCell(Int32) Method
Row to invalidate.

In This Topic
    RefreshCell(Int32) Method
    In This Topic
    Invalidates the cell at the given row.
    Syntax
    'Declaration
     
    Public Overloads Sub RefreshCell( _
       ByVal row As System.Integer _
    ) 
    public void RefreshCell( 
       System.int row
    )

    Parameters

    row
    Row to invalidate.
    See Also