[]
Invalidates the current cell.
public void RefreshCell()
Public Sub RefreshCell()
Invalidates the cell at the given row.
public void RefreshCell(int row)
Public Sub RefreshCell(row As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row to invalidate. |