Click or drag to resize
RangeIntersectRange Method (Range, Range)
Tests if tho ranges intersect.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static Range IntersectRange(
	Range r1,
	Range r2
)

Parameters

r1
Type: Stingray.GridRange
The first range to test.
r2
Type: Stingray.GridRange
The second range to test.

Return Value

Type: Range
true if r1 and r2 have at least one cell in common; false otherwise.
See Also