Aspose::Cells::Range::UnionRang method

Range::UnionRang method

Returns the union result of two ranges.

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

ReturnValue

The union of two ranges.

See Also