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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellRange Union(
	CellRange range
)
Visual Basic
Public Function Union ( _
	range As CellRange _
) As CellRange

Parameters

range
Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange to join with this range.

Return Value

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

See Also