ActiveReports for .NET 18.0J
Remove メソッド (ItemCollection<T>)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ItemCollection<T> クラス : Remove メソッド
削除するアイテム。
コレクションからアイテムを削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As T _
) As Boolean
public bool Remove( 
   T item
)

パラメータ

item
削除するアイテム。

戻り値の型

アイテムがコレクションに含まれていない場合、False。そうでない場合、True
参照

ItemCollection<T> クラス
ItemCollection<T> メンバ