ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopCollection Class / Insert Method / Insert(Int32,StopValue) Method

In This Topic
    Insert(Int32,StopValue) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As StopValue _
    ) 
    public void Insert( 
       int index,
       StopValue item
    )

    Parameters

    index
    item
    See Also