((Excel.Range) excelActiveWorksheet.Cells[rowIndex, columnIndex]).Value2); rowIndex = (int)rowIndex + 1; } testData[i] = new string[tempCollection.Count]; testData[i] = (string[])tempCollection.ToArray(typeof(string)); } // Clean up excelWorkbook.Close(false, Type.Missing, Type....
((Excel.Range) excelActiveWorksheet.Cells[rowIndex, columnIndex]).Value2); rowIndex = (int)rowIndex + 1; } testData[i] = new string[tempCollection.Count]; testData[i] = (string[])tempCollection.ToArray(typeof(string)); } // Clean up excelWorkbook.Close(false, Type.Missing, Type...