union method

union

Returns the union of two ranges.

Returns

The union of two ranges.

def union(self, range):
    ...
ParameterTypeDescription
rangeRangeThe range

Remarks

NOTE: This method is now obsolete. Instead, please use Range.UnionRanges() method. This method will be removed 12 months later since November 2023. Aspose apologizes for any inconvenience you may have experienced.

See Also