PowerTools SPREAD for Windows Forms 8.0J
SetValue メソッド (AggregationDataModel)


セルの行インデックス
セルの列インデックス
セルに割り当てる値
グループ内のセルの値を設定します。
構文
public override void SetValue( 
   int row,
   int col,
   object value
)
'Declaration
 
Public Overrides Sub SetValue( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal value As Object _
) 
 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim value As Object
 
instance.SetValue(row, col, value)

パラメータ

row
セルの行インデックス
col
セルの列インデックス
value
セルに割り当てる値
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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