Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Save Method / Save(Stream,SaveOptionsBase) Method
The specified file stream.
The options of saving the file stream. Possible types:
In This Topic
    Save(Stream,SaveOptionsBase) Method
    In This Topic
    Saves workbook to stream with specified options.
    Syntax
    void Save( 
       System.IO.Stream fileStream,
       SaveOptionsBase options
    )

    Parameters

    fileStream
    The specified file stream.
    options
    The options of saving the file stream. Possible types:
    See Also