[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlRange.SubstractRows

SubstractRows Method

SubstractRows(GridControlRange)

Returns a range after subtracting the rows of the specified range.

Declaration
public GridControlRange SubstractRows(GridControlRange range)
Public Function SubstractRows(range As GridControlRange) As GridControlRange
Parameters
Type Name Description
GridControlRange range

The range to subtract the rows.

Returns
Type Description
GridControlRange