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


プロットエリア。
コレクションからプロットエリアを削除します。
構文
'Declaration
 
Public Function Remove( _
   ByVal item As PlotArea _
) As Boolean
'使用法
 
Dim instance As PlotAreaCollection
Dim item As PlotArea
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   PlotArea item
)

パラメータ

item
プロットエリア。

戻り値の型

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

PlotAreaCollection クラス
PlotAreaCollection メンバ

 

 


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