FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / Union Method
The range to unite with this range.

In This Topic
    Union Method (GridControlRange)
    In This Topic
    Returns a range that is the union of both ranges.
    Syntax
    'Declaration
     
    Public Function Union( _
       ByVal range As GridControlRange _
    ) As GridControlRange
    public GridControlRange Union( 
       GridControlRange range
    )

    Parameters

    range
    The range to unite with this range.
    Remarks
    The resulting range will contain both ranges entirely.
    See Also