FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.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
    'Declaration
     
    Public Function SubstractRows( _
       ByVal range As GridControlRange _
    ) As GridControlRange
    public GridControlRange SubstractRows( 
       GridControlRange range
    )

    Parameters

    range
    The range to subtract the rows.
    See Also