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


モデル内のセルの行インデックス
モデル内のセルの列インデックス
設定するタグ値
指定した行と列のセルにアプリケーション定義のタグ値を設定します。
構文
'Declaration
 
Public Overrides Sub SetTag( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim column As Integer
Dim value As Object
 
instance.SetTag(row, column, value)
public override void SetTag( 
   int row,
   int column,
   object value
)

パラメータ

row
モデル内のセルの行インデックス
column
モデル内のセルの列インデックス
value
設定するタグ値
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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