Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / GetFile Method
Name of the file


In This Topic
    GetFile Method
    In This Topic
    Gets the file.
    Syntax
    'Declaration
     
    
    Public Function GetFile( _
       ByVal fileName As String _
    ) As Stream
    'Usage
     
    
    Dim instance As ZipHelper.MemoryFolder
    Dim fileName As String
    Dim value As Stream
     
    value = instance.GetFile(fileName)
    public Stream GetFile( 
       string fileName
    )

    Parameters

    fileName
    Name of the file

    Return Value

    stream about file
    See Also