Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / ItemsCollection Class / Insert Method

In This Topic
    Insert Method (ItemsCollection)
    In This Topic
    Inserts an item to the System.Collections.IList at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public void Insert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also