GrapeCity SPREAD for WPF 2.0J
InsertItem メソッド (SelectorSetterCollection)

項目を挿入する位置の 0 から始まるインデックス。
挿入する SelectorSetter オブジェクト。
SelectorSetterCollection の指定したインデックスに要素を挿入します。
構文
'Declaration
 
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As SelectorSetter _
) 
protected override void InsertItem( 
   int index,
   SelectorSetter item
)

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
item
挿入する SelectorSetter オブジェクト。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex がゼロ未満です。または、indexSelectorSetterCollection.Count を超えています。
System.ArgumentExceptionProperty が null 参照 (Visual Basicでは Nothing) または System.String.Empty です。
参照

SelectorSetterCollection クラス
SelectorSetterCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.