Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ItemCollection Class / Insert Method

In This Topic
    Insert Method (C1ItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    public void Insert( 
       int index,
       object item
    )

    Parameters

    index
    item
    See Also