Create Union Range with Golang via C++
Contents
[
Hide
]
Create Union Range
Aspose.Cells provides the ability to create a union range by using the CreateUnionRange method. The CreateUnionRange method accepts two parameters: the address of the union range and the worksheet index. The CreateUnionRange method returns a UnionRange object.
The following code snippet demonstrates creating a union range by using the CreateUnionRange method. The output file generated by the code is attached for reference.