Gets a CellRange object that represents the cell at
the specified location.
Declaration
public CellRange CellRange { get; }
Remarks
If there is no cell at the specified location, this property returns
an invalid CellRange. Use the IsValid
property to determine whether a CellRange is valid.