Click or drag to resize
RangeIntersectRange Method (Range)
Tests if this range intersects with a specified range.

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

Parameters

range
Type: Stingray.GridRange
The range to test.

Return Value

Type: Range
true if range and this Range have at least one cell in common; false otherwise.
Remarks
Equivalent to IntersectRange(this,range).
See Also