GrapeCity InputMan for Windows Forms 10.0J
Insert メソッド (ListItemCollection)

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

パラメータ

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

ListItemCollection クラス
ListItemCollection メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.