union_ranges method
union_ranges
Returns the union result of two ranges.
Returns
The union of two ranges.
def union_ranges(self, ranges):
...
Parameter | Type | Description |
---|---|---|
ranges | list | The range |
See Also
- module
aspose.cells
- class
Range
Returns the union result of two ranges.
The union of two ranges.
def union_ranges(self, ranges):
...
Parameter | Type | Description |
---|---|---|
ranges | list | The range |
aspose.cells
Range