'DeclarationOverloads Function SaveToStream( _ ByVal fileFormat As FileFormat _ ) As System.IO.Stream
'UsageDim instance As IWorkbook Dim fileFormat As FileFormat Dim value As System.IO.Stream value = instance.SaveToStream(fileFormat)
System.IO.Stream SaveToStream( FileFormat fileFormat )
Parameters
- fileFormat
 - The file format to save the workbook in.