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 rng
)
Visual Basic
Public Function Union ( _
	rng As CellRange _
) As CellRange

Parameters

rng
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 rng parameter.

See Also