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

    Parameters

    fileName
    The excel file.
    password
    The password of the file.
    saveOptions
    Options for saving.
    See Also