WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridControlRange Class / SubstractRows Method
The range to subtract the rows.
In This Topic
    SubstractRows Method
    In This Topic
    Returns a range after subtracting the rows of the specified range.
    Syntax
    public GridControlRange SubstractRows( 
       GridControlRange range
    )

    Parameters

    range
    The range to subtract the rows.
    See Also