ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / RefreshCell Method / RefreshCell(Int32) Method
Row to invalidate.

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

    Parameters

    row
    Row to invalidate.
    See Also