union_rang method
union_rang
Returns the union result of two ranges.
Returns
The union of two ranges.
def union_rang(self, range):
...
Parameter | Type | Description |
---|---|---|
range | Range | The range |
Remarks
NOTE: This method is now obsolete. Instead, please use Range.UnionRanges() method. This method will be removed 12 months later since May 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells
- class
Range