FlexPivot for WinForms
AddRange メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidationRuleCollection クラス : AddRange メソッド
The collection whose elements should be added to the end of the ValidationRuleCollection. The collection itself cannot be null, but it can contain elements that are null.
Adds the elements of the specified collection to the end of the ValidationRuleCollection.
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of ValidationRule) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<ValidationRule> collection
)

パラメータ

collection
The collection whose elements should be added to the end of the ValidationRuleCollection. The collection itself cannot be null, but it can contain elements that are null.
参照

ValidationRuleCollection クラス
ValidationRuleCollection メンバ