[]
Forces the grid to re-create all visible elements.
public void Invalidate()
Forces the grid to re-create all visible elements.
public void Invalidate(bool allCells)
| Type | Name | Description |
|---|---|---|
| bool | allCells | Whether to recreate all cells, including the top left and bottom right corner cells that contain no data. |
Forces the grid to re-create the elements in a given CellRange.
public void Invalidate(CellRange rng)
| Type | Name | Description |
|---|---|---|
| CellRange | rng |