PowerTools SPREAD for Windows Forms 8.0J
GetArray(Int32,Int32,Int32,Int32,Boolean) メソッド


配列への読み取りを開始するセルの行インデックス
配列への読み取りを開始するセルの列インデックス
配列の行数
配列の列数
True の場合は数式を返します。それ以外の場合は値を返します。
指定したセル範囲からオブジェクト配列を取得します。
構文
'Declaration
 
Public Overloads Function GetArray( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal formula As Boolean _
) As Object(,)
'使用法
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim formula As Boolean
Dim value() As Object
 
value = instance.GetArray(row, column, rowCount, columnCount, formula)
public object[,] GetArray( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool formula
)

パラメータ

row
配列への読み取りを開始するセルの行インデックス
column
配列への読み取りを開始するセルの列インデックス
rowCount
配列の行数
columnCount
配列の列数
formula
True の場合は数式を返します。それ以外の場合は値を返します。
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.