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