GrapeCity SPREAD for Windows Forms 11.0J
Insert(Int32,String,String) メソッド


ButtonTextCollectionInfoのインデックス値。
ボタンのキー値。
ボタンのテキスト文字列。
ButtonTextCollectionInfoに項目を挿入します。
構文
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal value As String _
) 
'使用法
 
Dim instance As ButtonTextCollectionInfo
Dim index As Integer
Dim key As String
Dim value As String
 
instance.Insert(index, key, value)
public void Insert( 
   int index,
   string key,
   string value
)

パラメータ

index
ButtonTextCollectionInfoのインデックス値。
key
ボタンのキー値。
value
ボタンのテキスト文字列。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.