ComponentOne Zip for UWP
Insert Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : Insert Method
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

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members