ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ValueIntervalCollection Class / Insert Method
The zero-based index at which ValueInterval should be inserted.
The ValueInterval to insert.

In This Topic
    Insert Method (ValueIntervalCollection)
    In This Topic
    Inserts a new value interval to the collection at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal vi As ValueInterval _
    ) 
    public void Insert( 
       int index,
       ValueInterval vi
    )

    Parameters

    index
    The zero-based index at which ValueInterval should be inserted.
    vi
    The ValueInterval to insert.
    See Also