'Declaration
Overloads Sub SaveToStream( _ ByVal stream As System.IO.Stream, _ ByVal fileFormat As FileFormat _ )
'Usage
Dim instance As IWorkbook Dim stream As System.IO.Stream Dim fileFormat As FileFormat instance.SaveToStream(stream, fileFormat)
void SaveToStream( System.IO.Stream stream, FileFormat fileFormat )
Parameters
- stream
- The stream to write the workbook to.
- fileFormat
- The file format to save the workbook in.