[]
Forces the grid to re-create all visible elements.
public void Invalidate()
Public Sub Invalidate()
Forces the grid to re-create all visible elements.
public void Invalidate(bool allCells)
Public Sub Invalidate(allCells As Boolean)
| 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)
Public Sub Invalidate(rng As CellRange)
| Type | Name | Description |
|---|---|---|
| CellRange | rng |