示例#1
0
 internal SheetCell(ExcelSheet sheet, ICell cell)
 {
     Sheet     = sheet;
     MapedCell = cell;
 }
示例#2
0
 internal SheetRange(ExcelSheet sheet, Cursor start, Cursor end)
 {
     Sheet = sheet;
     Start = start;
     End   = end;
 }