Пример #1
0
 public ExcelRow(Row row, ExcelSheet sheet)
 {
     this.row   = row;
     this.index = row.RowIndex.Value;
     this.sheet = sheet;
     this.Cells = new ExcelCellCollection(this);
 }
Пример #2
0
 public ExcelRow(Row row, ExcelSheet sheet)
 {
     this.row = row;
     this.index = row.RowIndex.Value;
     this.sheet = sheet;
     this.Cells = new ExcelCellCollection(this);
 }