Aspose::Cells::Range::UnionRanges method

Range::UnionRanges method

Returns the union result of two ranges.

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

ReturnValue

The union of two ranges.

See Also