Aspose::Cells::UnionRange::Intersect method
Contents
[
Hide
]UnionRange::Intersect(const U16String&) method
Intersects another range.
UnionRange Aspose::Cells::UnionRange::Intersect(const U16String &range)
Parameter | Type | Description |
---|---|---|
range | const U16String& | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- Class UnionRange
- Class Vector
- Class U16String
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Intersect(const char16_t*) method
Intersects another range.
UnionRange Aspose::Cells::UnionRange::Intersect(const char16_t *range)
Parameter | Type | Description |
---|---|---|
range | const char16_t* | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- Class UnionRange
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Intersect(const UnionRange&) method
Intersects another range.
UnionRange Aspose::Cells::UnionRange::Intersect(const UnionRange &unionRange)
Parameter | Type | Description |
---|---|---|
unionRange | const UnionRange& | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- Class UnionRange
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Intersect(const Vector <Range>&) method
Intersects another range.
UnionRange Aspose::Cells::UnionRange::Intersect(const Vector<Range> &ranges)
Parameter | Type | Description |
---|---|---|
ranges | const Vector <Range>& | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- Class UnionRange
- Class Vector
- Class Range
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++