Support for Range Intersect

Hi,



Is there a function that tells us if two ranges intersect? e.g. worksheet.IsIntersect(range1, range2).



-Steve

Hi Steve,

Thanks for your suggestion.

We may consider it and add Range.IsIntersect(Range range) method soon.

Thank you.

Hi Steve,

Please try this fix.

We have added the method Range.IsIntersect(Range range) .

The fix is wonderful … thanks!