Click or drag to resize
RangeUnionRange Method (Range)
Calculates the union of this range with another range.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public Range UnionRange(
	Range range
)

Parameters

range
Type: Stingray.GridRange
The source range.

Return Value

Type: Range
A new Range that contains all cells from both the current range, and range.
Remarks
Equivalent to UnionRange(this,range).
See Also