[]
Gets or sets the cells of the grid.
public ObservableCollection<GridSizeEditor.Cell> Cells { get; set; }
The ObservableCollection<T> representing the cells of the grid.