PowerTools SPREAD for ASP.NET 8.0J
OnInsert メソッド

valueを挿入する位置の0から始まるインデックス。
indexにある要素の新しい値。
System.Collections.CollectionBaseインスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。
構文
'Declaration
 
Protected Overrides Sub OnInsert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsert( 
   int index,
   object value
)

パラメータ

index
valueを挿入する位置の0から始まるインデックス。
value
indexにある要素の新しい値。
参照

SpreadChartCollection クラス
SpreadChartCollection メンバ

 

 


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