'DeclarationOverloads Sub SaveToStream( _ ByVal stream As System.IO.Stream, _ ByVal fileFormat As FileFormat, _ ByVal password As System.String _ )
'UsageDim instance As IWorkbook Dim stream As System.IO.Stream Dim fileFormat As FileFormat Dim password As System.String instance.SaveToStream(stream, fileFormat, password)
void SaveToStream( System.IO.Stream stream, FileFormat fileFormat, System.string password )
procedure SaveToStream( 
    stream: System.IO.Stream;
    fileFormat: FileFormat;
    password: System.String
); 
            function SaveToStream( stream : System.IO.Stream, fileFormat : FileFormat, password : System.String );
void SaveToStream( System.IO.Stream* stream, FileFormat fileFormat, System.string* password )
void SaveToStream( System.IO.Stream^ stream, FileFormat fileFormat, System.String^ password )
Parameters
- stream
 - The stream to write the workbook to.
 - fileFormat
 - The file format to save the workbook in.
 - password
 - The password to open the workbook with.