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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also