Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Save Method / Save(String,SaveOptionsBase) Method
The specified file.
The options of saving the file. Possible types:
In This Topic
    Save(String,SaveOptionsBase) Method
    In This Topic
    Saves workbook to file with specified options.
    Syntax
    void Save( 
       System.string fileName,
       SaveOptionsBase options
    )

    Parameters

    fileName
    The specified file.
    options
    The options of saving the file. Possible types:
    See Also