DioDocs for Excel
ImportData(Stream,String,Int32,Int32,Int32,Int32) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > Workbook クラス > ImportData メソッド : ImportData(Stream,String,Int32,Int32,Int32,Int32) メソッド
ワークブックのファイルストリーム。
ワークシートの名前。
範囲の最初の行。
範囲の最初の列。
行の数。
列の数。
指定した範囲のデータをファイルストリームからインポートします。
シンタックス
'宣言
 
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
列の数。

戻り値の型

データの配列。
参照

Workbook クラス
Workbook メンバ
オーバーロード一覧