Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ValueIntervalCollection Class / InsertItem Method
The zero-based index at which item should be inserted.
The object to insert. The value can be null for reference types.

In This Topic
    InsertItem Method (ValueIntervalCollection)
    In This Topic
    Inserts an element into the colection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As ValueInterval _
    ) 
    protected override void InsertItem( 
       int index,
       ValueInterval item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert. The value can be null for reference types.
    See Also