PowerTools MultiRow for Windows Forms 8.0J
InsertItem メソッド (ValidatorCollection)

項目を挿入する位置の0から始まるインデックス。
挿入するCellValidator。
コレクション内の指定したインデックスに要素を挿入します。
構文
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As CellValidator _
) 
protected override void InsertItem( 
   int index,
   CellValidator item
)

パラメータ

index
項目を挿入する位置の0から始まるインデックス。
item
挿入するCellValidator。
例外
例外解説
System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeExceptionindex0未満か、項目の数以上です。
参照

ValidatorCollection クラス
ValidatorCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.