Range.IsIntersect

Range.IsIntersect method

Indicates whether the range is intersect.

public bool IsIntersect(Range range)
ParameterTypeDescription
rangeRangeThe range.

Return Value

Whether the range is intersect.

Remarks

If the two ranges area not in the same worksheet ,return false.

See Also