FlexPivot for WinForms
IndexOf メソッド (ValidationRuleCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidationRuleCollection クラス : IndexOf メソッド
The object to locate in the ValidationRuleCollection.
Determines the index of a specific ValidationRule> in the ValidationRuleCollection.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As ValidationRule _
) As System.Integer
public System.int IndexOf( 
   ValidationRule item
)

パラメータ

item
The object to locate in the ValidationRuleCollection.

戻り値の型

The index of item if found in the list; otherwise, -1.
参照

ValidationRuleCollection クラス
ValidationRuleCollection メンバ