FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Union Method
CellRange to join with this range.

In This Topic
    Union Method (CellRange)
    In This Topic
    Gets a CellRange that represents the union of this range with a given range.
    Syntax
    'Declaration
     
    Public Function Union( _
       ByVal rng As CellRange _
    ) As CellRange
    public CellRange Union( 
       CellRange rng
    )

    Parameters

    rng
    CellRange to join with this range.

    Return Value

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