ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Insert Method

In This Topic
    Insert Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1ZipEntry _
    ) 
    public void Insert( 
       System.int index,
       C1ZipEntry item
    )

    Parameters

    index
    item
    See Also