[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DataColumn.RefetchCell

RefetchCell Method

RefetchCell()

Repopulates the current cell from the data source.

Declaration
public void RefetchCell()
Public Sub RefetchCell()

RefetchCell(int)

Repopulates the specified data from the data source.

Declaration
public void RefetchCell(int row)
Public Sub RefetchCell(row As Integer)
Parameters
Type Name Description
int row

The row to refetch.