MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / Save Method / Save(Stream) Method
The output stream into which to save the workbook data. The stream can be a MemoryStream or HttpResponse.OutputStream (for example).

In This Topic
Save(Stream) Method
In This Topic
Saves the current spreadsheet workbook to the specified Stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal outputStream As Stream _
) 
 

Parameters

outputStream
The output stream into which to save the workbook data. The stream can be a MemoryStream or HttpResponse.OutputStream (for example).
See Also