[]
Gets a CellRange that represents the union of this range with a given range.
public CellRange Union(CellRange rng)
Type | Name | Description |
---|---|---|
CellRange | rng | CellRange to join with this range. |
Type | Description |
---|---|
CellRange | A CellRange that represents the union of this range
and the range specified by the |