ComponentOne True DBGrid for WinForms
RefetchCell(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumn Class > RefetchCell Method : RefetchCell(Int32) Method
The row to refetch.
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

Reference

C1DataColumn Class
C1DataColumn Members
Overload List