ComponentOne FlexGrid for UWP
Union Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure : Union Method
CellRange to join with this range.
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

Reference

CellRange Structure
CellRange Members