Intersects(CellRange) Method
Determines whether the range of cells intersects the specified range.
'Declaration
Public Overloads Function Intersects( _
ByVal As CellRange _
) As Boolean
'Usage
Dim instance As CellRange
Dim cellRange As CellRange
Dim value As Boolean
value = instance.Intersects(cellRange)
Parameters
- cellRange
- The specified range objectto check with