public static System.object[,] ImportData( System.string fileName, System.string sourceName )
Parameters
- fileName
- The path and name for the file.
- sourceName
- The name of the data source. The source name could be:
worksheet "Sheet1"
table "Sheet1!Table1"
range "Sheet1!A1:C5"
Return Value
An array for the data.