Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Save Method / Save(Stream) Method
The file stream.
In This Topic
    Save(Stream) Method
    In This Topic
    Saves the workbook to the stream.
    Syntax
    void Save( 
       System.IO.Stream fileStream
    )

    Parameters

    fileStream
    The file stream.
    See Also