PowerTools InputMan for Windows Forms 8.0J
Insert メソッド (ItemTemplateCollection)

挿入位置となる、0から始まるインデックスを表すInt32値。
挿入する項目を表すItemTemplateオブジェクト。
指定された項目を、コレクションの指定位置に挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ItemTemplate _
) 
public void Insert( 
   int index,
   ItemTemplate item
)

パラメータ

index
挿入位置となる、0から始まるインデックスを表すInt32値。
item
挿入する項目を表すItemTemplateオブジェクト。
参照

ItemTemplateCollection クラス
ItemTemplateCollection メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.