[]
Gets a CellRange that represents the intersection of this range with a given range.
public CellRange Intersection(CellRange rng)
| Type | Name | Description |
|---|---|---|
| CellRange | rng | CellRange to intersect with this range. |
| Type | Description |
|---|---|
| CellRange | A CellRange that represents the intersection (common cells)
between this range and the range specified by the |
If this range does not intersect the range specified by the rng
parameter, this method returns an invalid CellRange object.