Data Model \'\'\'
public class Row { public List Cells { get; set; } = new List(); public Row( int cellcount ) { f