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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2