Aspose::Cells::Range::IsIntersect method
Range::IsIntersect method
Indicates whether the range is intersect.
bool Aspose::Cells::Range::IsIntersect(const Range &range)
Parameter | Type | Description |
---|---|---|
range | const Range& | The range. |
ReturnValue
Whether the range is intersect.
Remarks
If the two ranges area not in the same worksheet ,return false.
See Also
- Class Vector
- Class Range
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++