C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / Intersects Method

In This Topic
Intersects Method
In This Topic
Determines whether the range intersects another range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal cr As XLCellRange _
) As System.Boolean
 

Parameters

cr
See Also