Exemple #1
0
 public Row(Sheet sheet)
 {
     this.ParentSheet = sheet;
     this.Cells       = new CellCollection(this);
 }
Exemple #2
0
 public Row()
 {
     this.Cells = new CellCollection(this);
 }