PowerTools SPREAD for Windows Forms 8.0J
Remove メソッド (StripeCollection)


削除するストライプ。
指定したストライプをコレクションから削除します。
構文
'Declaration
 
Public Function Remove( _
   ByVal item As Stripe _
) As Boolean
'使用法
 
Dim instance As StripeCollection
Dim item As Stripe
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   Stripe item
)

パラメータ

item
削除するストライプ。

戻り値の型

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

StripeCollection クラス
StripeCollection メンバ

 

 


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