[]
Repopulates the current cell from the data source.
public void RefetchCell()
Public Sub RefetchCell()
Repopulates the specified data from the data source.
public void RefetchCell(int row)
Public Sub RefetchCell(row As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row to refetch. |