PowerTools MultiRow for Windows Forms 8.0J
Insert(Int32,String,String) メソッド

挿入位置のインデックスを表すInt32値。
識別名を表すString値。
表示用テキストを表すString値。
識別名と表示用テキストの組み合わせを、コレクションの指定位置に挿入します。
構文
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal value As String _
) 
public void Insert( 
   int index,
   string key,
   string value
)

パラメータ

index
挿入位置のインデックスを表すInt32値。
key
識別名を表すString値。
value
表示用テキストを表すString値。
参照

ButtonTextCollection クラス
ButtonTextCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.