FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the ValidationRuleCollection.

In This Topic
    Insert Method (ValidationRuleCollection)
    In This Topic
    Inserts an item to the ValidationRuleCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As ValidationRule _
    ) 
    public void Insert( 
       int index,
       ValidationRule item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the ValidationRuleCollection.
    See Also