Spread Silverlight Documentation
Save(Stream,ExcelFileType,String) 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 Overloads Sub Save( _
   ByVal outStream As System.IO.Stream, _
   Optional ByVal workbookType As ExcelFileType, _
   Optional ByVal password As System.String _
) 
'Usage
 
Dim instance As ExcelOperator
Dim outStream As System.IO.Stream
Dim workbookType As ExcelFileType
Dim password As System.String
 
instance.Save(outStream, workbookType, password)
public void Save( 
   System.IO.Stream outStream,
   ExcelFileType workbookType,
   System.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).
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelOperator Class
ExcelOperator Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.