GrapeCity SPREAD for Windows Forms 12.0J
GetArray(Int32,Int32,Int32,Int32) メソッド


配列への読み取りを開始するセルの行インデックス
配列への読み取りを開始するセルの列インデックス
配列の行数
配列の列数
指定したセル範囲からオブジェクト配列を取得します。
構文
'Declaration
 
Public Overloads Function GetArray( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As Object(,)
'使用法
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value() As Object
 
value = instance.GetArray(row, column, rowCount, columnCount)

パラメータ

row
配列への読み取りを開始するセルの行インデックス
column
配列への読み取りを開始するセルの列インデックス
rowCount
配列の行数
columnCount
配列の列数
参照

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

 

 


Copyright © 2004 GrapeCity inc.