Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper Class / GetZipOutputStream Method / GetZipOutputStream(String) Method
Name of the file


In This Topic
    GetZipOutputStream(String) Method
    In This Topic
    Gets the zip output stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetZipOutputStream( _
       ByVal fileName As String _
    ) As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
    'Usage
     
    
    Dim fileName As String
    Dim value As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
     
    value = ZipHelper.GetZipOutputStream(fileName)
    public static ICSharpCode.SharpZipLib.Zip.ZipOutputStream GetZipOutputStream( 
       string fileName
    )

    Parameters

    fileName
    Name of the file

    Return Value

    the instance of ZipOutputStream
    See Also