\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Insert Method

In This Topic
    Insert Method (C1ZipEntryCollection)
    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