PowerTools SPREAD for Windows Forms 8.0J
OnSetComplete メソッド (SpreadDataColumnCollection)


oldValueが存在する位置の、0から始まるインデックス
newValueに置き換える値
indexにある要素の新しい値
System.Collections.CollectionBaseインスタンスに値を設定した後で、追加のカスタム処理を実行します。
構文
protected override void OnSetComplete( 
   int index,
   object oldValue,
   object newValue
)
'Declaration
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 
'使用法
 
Dim instance As SpreadDataColumnCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSetComplete(index, oldValue, newValue)

パラメータ

index
oldValueが存在する位置の、0から始まるインデックス
oldValue
newValueに置き換える値
newValue
indexにある要素の新しい値
参照

SpreadDataColumnCollection クラス
SpreadDataColumnCollection メンバ

 

 


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