'宣言 Public Overloads Shared Function ImportData( _ ByVal fileName As System.String, _ ByVal sourceName As System.String _ ) As System.Object(,)
public static System.object[,] ImportData( System.string fileName, System.string sourceName )
パラメータ
- fileName
- ファイルのパスと名前。
- sourceName
- データソースの名前。ソース名は次のようになります。
worksheet "Sheet1"
table "Sheet1!Table1"
range "Sheet1!A1:C5"
戻り値の型
データの配列。