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