Forces the grid to re-create the elements in a given CellRange.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public void Invalidate(
	CellRange range
)
Visual Basic
Public Sub Invalidate ( _
	range As CellRange _
)

See Also