[]
Recreates all the cells.
public void Refresh()
Public Sub Refresh()
Refreshes the specified cells.
public void Refresh(GridCellType? cellType = null, GridCellRange range = null)
Public Sub Refresh(Optional cellType As GridCellType? = Nothing, Optional range As GridCellRange = Nothing)
| Type | Name | Description |
|---|---|---|
| GridCellType? | cellType | Type of the cell. |
| GridCellRange | range | The range. |