Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Save Method / Save(Stream,String,SaveOptions) Method
The file stream.
The password of the file.
Options for saving.
In This Topic
    Save(Stream,String,SaveOptions) Method
    In This Topic
    Saves data to the specified excel file stream.
    Syntax
    void Save( 
       System.IO.Stream fileStream,
       System.string password,
       SaveOptions saveOptions
    )

    Parameters

    fileStream
    The file stream.
    password
    The password of the file.
    saveOptions
    Options for saving.
    See Also