PowerTools SPREAD for Windows Forms 8.0J
RemoveAt メソッド (StringCollection)


文字列値のインデックス。
コレクションの指定したインデックスにある文字列値を削除します。
構文
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As StringCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

パラメータ

index
文字列値のインデックス。
参照

StringCollection クラス
StringCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.