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

    Parameters

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