Excel for WinRT
Intersects Method


Determines whether the range intersects another range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal cr As XLCellRange _
) As System.Boolean
'Usage
 
Dim instance As XLCellRange
Dim cr As XLCellRange
Dim value As System.Boolean
 
value = instance.Intersects(cr)
public System.bool Intersects( 
   XLCellRange cr
)

Parameters

cr
See Also

Reference

XLCellRange Class
XLCellRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback