ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / Add Method
The object to add to the ValidationRuleCollection.

In This Topic
    Add Method (ValidationRuleCollection)
    In This Topic
    Adds an item to the ValidationRuleCollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As ValidationRule _
    ) 
    public void Add( 
       ValidationRule item
    )

    Parameters

    item
    The object to add to the ValidationRuleCollection.
    See Also