예제 #1
0
 public ExcelRow(ExcelSheet sheet, int rowIndex)
 {
     _sheet    = sheet;
     _rowIndex = rowIndex;
 }