Gets a value that indicates whether this range intersects with a given range.
'Declaration
Public Function Intersects( _
ByVal As CellRange _
) As System.Boolean
public System.bool Intersects(
CellRange
)
Parameters
- rng
- CellRange that may intersect with this range.
Return Value
True if the range specified by the parameter intersects (has cells in common) with this range.