Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / 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 workbook to the specified excel file stream.
    Syntax
    [System.Obsolete()]
    public 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