Aspose::Cells::UnionRange::Union method
Contents
[
Hide
]UnionRange::Union(const U16String&) method
Union another range.
UnionRange Aspose::Cells::UnionRange::Union(const U16String &range)
Parameter | Type | Description |
---|---|---|
range | const U16String& | The range. |
ReturnValue
See Also
- Class UnionRange
- Class Vector
- Class U16String
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Union(const char16_t*) method
Union another range.
UnionRange Aspose::Cells::UnionRange::Union(const char16_t *range)
Parameter | Type | Description |
---|---|---|
range | const char16_t* | The range. |
ReturnValue
See Also
- Class UnionRange
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Union(const UnionRange&) method
Union another range.
UnionRange Aspose::Cells::UnionRange::Union(const UnionRange &unionRange)
Parameter | Type | Description |
---|---|---|
unionRange | const UnionRange& | The range. |
ReturnValue
See Also
- Class UnionRange
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::Union(const Vector <Range>&) method
Union the ranges.
UnionRange Aspose::Cells::UnionRange::Union(const Vector<Range> &ranges)
Parameter | Type | Description |
---|---|---|
ranges | const Vector <Range>& | The ranges. |
ReturnValue
See Also
- Class UnionRange
- Class Vector
- Class Range
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++