バージョン

Remove メソッド (SeriesCollection)

コレクションから項目を削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As Series _
) As Boolean
public bool Remove( 
   Series item
)

パラメータ

item
削除するシリーズ

戻り値の型

シリーズが正常に削除した場合は true、そうでない場合は false。
参照