Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / CreateMemoryFile Method
Name of the file
stream


In This Topic
CreateMemoryFile Method
In This Topic
Creates the memory file.
Syntax
'Declaration
 
Public Function CreateMemoryFile( _
   ByVal fileName As String, _
   ByVal stream As Stream _
) As Boolean
 
'Usage
 
Dim instance As ZipHelper.MemoryFolder
Dim fileName As String
Dim stream As Stream
Dim value As Boolean
 
value = instance.CreateMemoryFile(fileName, stream)

Parameters

fileName
Name of the file
stream
stream

Return Value

successful or not
See Also