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


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

パラメータ

row
モデル内のセルの行インデックス
column
モデル内のセルの列インデックス
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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