Aspose::Cells::Range::UnionRang method

Range::UnionRang method

Returns the union result of two ranges.

Deprecated

Use Range.UnionRanges() instead.

Vector<Range> Aspose::Cells::Range::UnionRang(const Range &range)
ParameterTypeDescription
rangeconst Range&The range

ReturnValue

The union of two ranges.

Remarks

NOTE: This method is now obsolete. Instead, please use Range.UnionRanges() method. This method will be removed 12 months later since May 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also