Aspose::Cells::Range::IsIntersect method

Range::IsIntersect method

Indicates whether the range is intersect.

bool Aspose::Cells::Range::IsIntersect(const Range &range)
ParameterTypeDescription
rangeconst Range&The range.

ReturnValue

Whether the range is intersect.

Remarks

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

See Also