ComponentOne Zip for .NET
Remove(Int32) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Remove Method : Remove(Int32) Method
Index of the entry to remove.
Removes an entry from the current zip file.
Syntax
Public Overloads Sub Remove( _
   ByVal index As Integer _
) 
public void Remove( 
   int index
)

Parameters

index
Index of the entry to remove.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List