Tests whether the range is intersected with specified range.
[Visual Basic] Function isIntersect( _ ByVal range As IRange _ ) As Boolean [C#] bool isIntersect( IRange range ); [C++] bool isIntersect( IRange* range ); [JScript] function isIntersect( IRange range ): bool;
IRange Interface | NativeExcel Namespace