ComponentOne List for WinForms
C1.Win.C1List 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 Integer _
    ) 
    public void RefetchCell( 
       int row
    )

    Parameters

    row
    The row to refetch.
    See Also