GrapeCity SPREAD for Windows Forms 11.0J
Remove メソッド (DoubleCollectionCollection)


項目。
コレクションから項目を削除します。
構文
'Declaration
 
Public Function Remove( _
   ByVal item As DoubleCollection _
) As Boolean
'使用法
 
Dim instance As DoubleCollectionCollection
Dim item As DoubleCollection
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   DoubleCollection item
)

パラメータ

item
項目。

戻り値の型

itemがコレクションから正常に削除された場合はtrue、それ以外の場合はfalse。
参照

DoubleCollectionCollection クラス
DoubleCollectionCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.