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

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

パラメータ

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

SubItemCollection クラス
SubItemCollection メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.