FlexPivot for WinForms
Remove メソッド (ValidationRuleCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidationRuleCollection クラス : Remove メソッド
The object to remove from the ValidationRuleCollection.
Removes the first occurrence of a specific object from the ValidationRuleCollection.
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As ValidationRule _
) As System.Boolean
public System.bool Remove( 
   ValidationRule item
)

パラメータ

item
The object to remove from the ValidationRuleCollection.

戻り値の型

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

ValidationRuleCollection クラス
ValidationRuleCollection メンバ