is_intersect method

is_intersect

Indicates whether the range is intersect.

Returns

Whether the range is intersect.

def is_intersect(self, range):
    ...
ParameterTypeDescription
rangeRangeThe range.

Remarks

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

See Also