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


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

パラメータ

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

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

 

 


Copyright © 2004 GrapeCity inc.