Returns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2.

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

Syntax

C#
public CellRange Normalize()
Visual Basic
Public Function Normalize As CellRange

See Also