True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / RefetchCell Method / RefetchCell(Int32) Method
The row to refetch.

In This Topic
    RefetchCell(Int32) Method
    In This Topic
    Repopulates the specified data from the data source.
    Syntax
    'Declaration
     
    Public Overloads Sub RefetchCell( _
       ByVal row As System.Integer _
    ) 
    public void RefetchCell( 
       System.int row
    )

    Parameters

    row
    The row to refetch.
    See Also