Invalidate(CellRange) Method
In This Topic
Forces the grid panel to re-create the elements in a given
CellRange.
Syntax
'Declaration
Public Overloads Sub Invalidate( _
ByVal As CellRange _
)
public void Invalidate(
CellRange
)
Parameters
- rng
See Also