Aspose::Cells::UnionRange::Union method

UnionRange::Union(const U16String&) method

Union another range.

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

ReturnValue

See Also

UnionRange::Union(const char16_t*) method

Union another range.

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

ReturnValue

See Also

UnionRange::Union(const UnionRange&) method

Union another range.

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

ReturnValue

See Also

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

Union the ranges.

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

ReturnValue

See Also