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

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

パラメータ

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

ListColumnCollection クラス
ListColumnCollection メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.