Invalidate(Boolean) Method
Forces the grid to re-create all visible elements.
public void Invalidate(
bool
)
'Declaration
Public Overloads Sub Invalidate( _
ByVal As Boolean _
)
Parameters
- allCells
- Whether to recreate all cells, including the top left and bottom right corner cells that contain no data.