Skip to main content
All docs
V19.1
.NET Standard 2.0+
Row

Range.IsIntersecting(Range) Method

Indicates whether the current range intersects with the specified range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool IsIntersecting(
    Range other
)

Parameters

Name Type Description
other Range

A Range object that specifies the range to be checked.

Returns

Type Description
Boolean

true if ranges intersect; otherwise, false.

Remarks

To get the intersection of two ranges, use the Range.Intersect method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsIntersecting(Range) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also