バージョン

Insert(Int32,TBCustom) メソッド

指定したインデックスで、TBCustomオブジェクトをこのコレクションに挿入します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal custom As TBCustom _
) 
public void Insert( 
   int index,
   TBCustom custom
)

パラメータ

index
この TBCustom オブジェクトが挿入されるインデックス。
custom
挿入される TBCustom オブジェクト。
参照