GrapeCity.Xaml.Excel
Save Method (ExcelOperator)


GrapeCity.Excel Namespace > ExcelOperator Class : Save Method
The output stream.
A ExcelFileType indicate the type of saved Excel file
The password of the workbook. The default password is a null reference (Nothing in Visual Basic).
Saves the Excel document data to a System.IO.Stream with workbookType format and special password by password.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal outStream As Stream, _
   Optional ByVal workbookType As ExcelFileType, _
   Optional ByVal password As String _
) 
'Usage
 
Dim instance As ExcelOperator
Dim outStream As Stream
Dim workbookType As ExcelFileType
Dim password As String
 
instance.Save(outStream, workbookType, password)
public void Save( 
   Stream outStream,
   ExcelFileType workbookType,
   string password
)

Parameters

outStream
The output stream.
workbookType
A ExcelFileType indicate the type of saved Excel file
password
The password of the workbook. The default password is a null reference (Nothing in Visual Basic).
See Also

Reference

ExcelOperator Class
ExcelOperator Members