ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(Int32) Method
Index of the entry to remove.

In This Topic
    Remove(Int32) Method
    In This Topic
    Removes an entry from the current zip file.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public void Remove( 
       System.int index
    )

    Parameters

    index
    Index of the entry to remove.
    See Also