ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / AddRange Method
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.

In This Topic
    AddRange Method
    In This Topic
    Adds the elements of the specified collection to the end of the ValidationRuleCollection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of ValidationRule) _
    ) 
    public void AddRange( 
       IEnumerable<ValidationRule> collection
    )

    Parameters

    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.
    See Also