public static System.object[,] ImportData( System.string fileName, System.string worksheetName, System.int row, System.int column, System.int rowCount, System.int columnCount )
Parameters
- fileName
- The path and name for the file.
- 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.