FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / Normalize Method

In This Topic
    Normalize Method (CellRange)
    In This Topic
    Normalizes the range so that r1 is the TopRow, r2 is the BottomRow, c1 is the LeftCol, and c2 is the RightCol.
    Syntax
    'Declaration
     
    
    Public Sub Normalize() 
    public void Normalize()
    See Also