Gets a CellRange object that represents the cell at
the specified location.
Declaration
public CellRange CellRange { get; }
Public ReadOnly Property CellRange As CellRange
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.