[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlRange.Union

Union Method

Union(GridControlRange)

Returns a range that is the union of both ranges.

Declaration
public GridControlRange Union(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The range to unite with this range.

Returns
Type Description
GridControlRange
Remarks

The resulting range will contain both ranges entirely.