Пример #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;
 }