union method
union(self, range)
Union another range.
Returns
def union(self, range):
...
| Parameter | Type | Description |
|---|---|---|
| range | System.String | The range. |
union(self, union_range)
Union another range.
Returns
def union(self, union_range):
...
| Parameter | Type | Description |
|---|---|---|
| union_range | aspose.cells.UnionRange | The range. |
union(self, ranges)
Union the ranges.
Returns
def union(self, ranges):
...
| Parameter | Type | Description |
|---|---|---|
| ranges | list | The ranges. |
See Also
- module
aspose.cells - class
UnionRange