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


セルの行インデックス
セルの列インデックス
グループ内のセルが編集可能かどうかを判定します。
構文
'Declaration
 
Public Overrides Function IsEditable( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim value As Boolean
 
value = instance.IsEditable(row, col)
public override bool IsEditable( 
   int row,
   int col
)

パラメータ

row
セルの行インデックス
col
セルの列インデックス
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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