public static System.object[,] ImportData( System.IO.Stream fileStream, System.string worksheetName, System.int row, System.int column, System.int rowCount, System.int columnCount )
Parameters
- fileStream
- The fileStream of a workbook.
- worksheetName
- The name of the worksheet.
- row
- The first row of the range.
- column
- The first column of the range.
- rowCount
- The count of the rows.
- columnCount
- The count of the columns.
Return Value
An array for the data.