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


削除する項目の、0から始まるインデックス
System.Collections.IListの指定したインデックスにある項目を削除します。
構文
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As FpScrollBarButtonCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

パラメータ

index
削除する項目の、0から始まるインデックス
例外
例外説明
System.ArgumentOutOfRangeExceptionindexがSystem.Collections.IListの有効なインデックスではありません。
System.NotSupportedExceptionSystem.Collections.IListが読み取り専用であるか、またはSystem.Collections.IListのサイズが固定されています。
参照

FpScrollBarButtonCollection クラス
FpScrollBarButtonCollection メンバ

 

 


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