Beispiel #1
0
 private void CreateNextRow(Cell currentCell)
 {
     if (currentCell.GetAssociatedRow() == null)
     {
         Row row = new Row(rowNumber + 1, currentCell);
     }
 }