GrapeCity ActiveReports for .NET 16.0J
Remove メソッド (StyleSheet)

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : Remove メソッド
The object to remove from the List. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
Removes the first occurrence of a specific object from the List.
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As Style _
) As Boolean
public bool Remove( 
   Style item
)

パラメータ

item
The object to remove from the List. The value can be null 参照 (Visual Basicでは Nothing) for reference types.

戻り値の型

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
参照

StyleSheet クラス
StyleSheet メンバ