Пример #1
0
 public DIExcelCellMapping(CellMappingType cellType, SheetType sheetType, string cellAddress, string cellValue)
     : base(cellAddress,cellValue)
 {
     this.CurrentCellMappingType = cellType;
     this.CurrentSheetType = sheetType;
     this.CellAddress = cellAddress;
 }
Пример #2
0
 public DIExcelCellMapping(CellMappingType cellType, SheetType sheetType, string cellAddress, string cellValue) : base(cellAddress, cellValue)
 {
     this.CurrentCellMappingType = cellType;
     this.CurrentSheetType       = sheetType;
     this.CellAddress            = cellAddress;
 }