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