'宣言 Public Overloads Shared Function ImportData( _ ByVal fileName As System.String, _ 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.string fileName, System.string worksheetName, System.int row, System.int column, System.int rowCount, System.int columnCount )
パラメータ
- fileName
- ファイルのパスと名前。
- worksheetName
- ワークシートの名前。
- row
- 範囲の最初の行。
- column
- 範囲の最初の列。
- rowCount
- 行の数。
- columnCount
- 列の数。
戻り値の型
データの配列。