[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRange.Union

Union Method

Union(CellRange)

Gets a CellRange that represents the union of this range with a given range.

Declaration
public CellRange Union(CellRange rng)
Parameters
Type Name Description
CellRange rng

CellRange to join with this range.

Returns
Type Description
CellRange

A CellRange that represents the union of this range and the range specified by the rng parameter.