Range.Union
Range.Union method
Returns the union of two ranges.
[Obsolete("Use Range.UnionRanges() instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ArrayList Union(Range range)
Parameter | Type | Description |
---|---|---|
range | Range | The range |
Return Value
The union of two ranges.
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
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells