PowerTools SPREAD for Windows Forms 8.0J
GetArray メソッド (DefaultSheetStyleModel)


モデル内の開始行のインデックス
モデル内の開始列のインデックス
モデル内のコピーする行数
モデル内のコピーする列数
モデル内の指定したセル範囲からオブジェクト配列を取得します。
構文
'Declaration
 
Public Function GetArray( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As Object(,)
'使用法
 
Dim instance As DefaultSheetStyleModel
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)
public object[,] GetArray( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
モデル内の開始行のインデックス
column
モデル内の開始列のインデックス
rowCount
モデル内のコピーする行数
columnCount
モデル内のコピーする列数

戻り値の型

値を含む2次元の Object の配列(行、列)
参照

DefaultSheetStyleModel クラス
DefaultSheetStyleModel メンバ

 

 


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