FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Normalize Method

In This Topic
    Normalize Method
    In This Topic
    Returns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2.
    Syntax
    'Declaration
     
    Public Function Normalize() As CellRange
    public CellRange Normalize()
    See Also