예제 #1
0
 public int GetSheetIndex(ExcelSheet sheet) => GetSheetIndex(sheet.SheetName);
예제 #2
0
파일: SheetCell.cs 프로젝트: ananck/Dawnx
 public SheetCell(ExcelSheet sheet, ICell cell)
 {
     Sheet     = sheet;
     MapedCell = cell;
 }