union_ranges method
union_ranges(self, 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