'DeclarationSub SaveToStream( _ ByVal stream As System.IO.Stream, _ ByVal fileFormat As FileFormat _ )
'UsageDim instance As IRange Dim stream As System.IO.Stream Dim fileFormat As FileFormat instance.SaveToStream(stream, fileFormat)
void SaveToStream( System.IO.Stream stream, FileFormat fileFormat )
procedure SaveToStream( 
    stream: System.IO.Stream;
    fileFormat: FileFormat
); 
            function SaveToStream( stream : System.IO.Stream, fileFormat : FileFormat );
void SaveToStream( System.IO.Stream* stream, FileFormat fileFormat )
void SaveToStream( System.IO.Stream^ stream, FileFormat fileFormat )
Parameters
- stream
 - The stream to write the range to.
 - fileFormat
 - The file format to save the range in.