public void AddRowsWorks() { var a1 = new CellRef("A1"); var a7 = a1.AddRows(6); a7.ToString().Should().Be("A7"); }