MESCIUS SPREAD for ASP.NET 10.0J
Insert メソッド (StringCollection)

itemを挿入する位置のインデックス。
文字列値。
コレクションの指定したインデックスに文字列値を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As String _
) 
public void Insert( 
   int index,
   string item
)

パラメータ

index
itemを挿入する位置のインデックス。
item
文字列値。
参照

StringCollection クラス
StringCollection メンバ

 

 


© MESCIUS inc. All rights reserved.