GrapeCity.Documents.Excel Namespace / IRange Interface / Union Method
In This Topic
Union Method
In This Topic
Returns an IRange object that represents the union of two ranges.

If range2 is from a different worksheet, an exception is thrown.
Overload List
OverloadDescription
Returns an IRange object that represents the union of two ranges.

If range2 is from a different worksheet, an exception is thrown.  
Returns an IRange object that represents the union of several ranges.

If one or more ranges from a different worksheet are specified, an exception is thrown.  
See Also