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


要素のインデックス
インデックスで指定した要素をコレクションから削除します。
構文
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As Elements
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)

パラメータ

index
要素のインデックス
参照

Elements クラス
Elements メンバ

 

 


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