Aspose::Cells::UnionRange::Intersect method

UnionRange::Intersect(const U16String&) method

Intersects another range.

UnionRange Aspose::Cells::UnionRange::Intersect(const U16String &range)
ParameterTypeDescription
rangeconst U16String&The range.

Remarks

If the two union ranges are not intersected, returns null.

See Also

UnionRange::Intersect(const char16_t*) method

Intersects another range.

UnionRange Aspose::Cells::UnionRange::Intersect(const char16_t *range)
ParameterTypeDescription
rangeconst char16_t*The range.

Remarks

If the two union ranges are not intersected, returns null.

See Also

UnionRange::Intersect(const UnionRange&) method

Intersects another range.

UnionRange Aspose::Cells::UnionRange::Intersect(const UnionRange &unionRange)
ParameterTypeDescription
unionRangeconst UnionRange&The range.

Remarks

If the two union ranges are not intersected, returns null.

See Also

UnionRange::Intersect(const Vector <Range>&) method

Intersects another range.

UnionRange Aspose::Cells::UnionRange::Intersect(const Vector<Range> &ranges)
ParameterTypeDescription
rangesconst Vector <Range>&The range.

Remarks

If the two union ranges are not intersected, returns null.

See Also