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


コレクション内の挿入位置を表すInt32値。
キー文字列を表すString
指定位置にキー文字列を指定して既定値の項目を挿入します。
構文
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) 
'使用法
 
Dim instance As SubStyleCollection
Dim index As Integer
Dim key As String
 
instance.Insert(index, key)
public void Insert( 
   int index,
   string key
)

パラメータ

index
コレクション内の挿入位置を表すInt32値。
key
キー文字列を表すString
参照

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

 

 


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