'宣言 Public Overloads Shared Function ImportData( _ ByVal fileStream As System.IO.Stream, _ ByVal worksheetName As System.String, _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer _ ) As System.Object(,)
public static System.object[,] ImportData( System.IO.Stream fileStream, System.string worksheetName, System.int row, System.int column, System.int rowCount, System.int columnCount )
パラメータ
- fileStream
- ワークブックのファイルストリーム。
- worksheetName
- ワークシートの名前。
- row
- 範囲の最初の行。
- column
- 範囲の最初の列。
- rowCount
- 行の数。
- columnCount
- 列の数。
戻り値の型
データの配列。