Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / Save Method / Save(Stream) Method
Stream


In This Topic
Save(Stream) Method
In This Topic
Saves the specified stream.
Syntax
'Declaration
 
Public Overloads Function Save( _
   ByVal stream As Stream _
) As Boolean
 
'Usage
 
Dim instance As ExcelFileHandler
Dim stream As Stream
Dim value As Boolean
 
value = instance.Save(stream)

Parameters

stream
Stream
See Also