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

    Parameters

    fileStream
    The specified file stream.
    fileFormat
    The format of the file stream.
    See Also