示例#1
0
 internal ExcelWorksheetCollection(ExcelFile parent)
 {
     this.parent         = parent;
     this.worksheetArray = new ArrayList();
 }
示例#2
0
 public IoOperationInfo(ExcelFile excelFile, string fileName, IoOperation operation)
 {
     this.excelFile = excelFile;
     this.fileName  = fileName;
     this.operation = operation;
 }