'DeclarationSub SaveToStream( _ ByVal stream As System.IO.Stream, _ ByVal fileFormat As FileFormat _ )
'UsageDim instance As IWorksheet 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 worksheet to.
 - fileFormat
 - The file format to save the worksheet in.