PowerTools InputMan for ASP.NET 8.0J
RemoveAt メソッド (SelectionCollection)

削除の対象となる選択日付のインデックス(Int32 型)
コレクションのインデックスで指定した選択日付を削除します。
構文
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
削除の対象となる選択日付のインデックス(Int32 型)
解説
RemoveAtメソッドは、SelectionCollectionコレクションのインデックスで指定した選択日付を削除します。

選択日付を指定して削除する場合は、Remove(Object)メソッドを使用し、コレクションのすべての要素を削除する場合は、Clearメソッドを使います。
参照

SelectionCollection クラス
SelectionCollection メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.