Documents for Excel .NET Edition | GCDocuments
GrapeCity.Documents.Excel Namespace / Workbook Class / Save Method / Save(String,SaveOptionsBase) Method
The specified file.
The options of saving the file.
In This Topic
    Save(String,SaveOptionsBase) Method
    In This Topic
    Saves workbook to file with specified options, the option can be XlsxSaveOptions, CsvSaveOptions, HtmlSaveOptions
    Syntax
    public void Save( 
       System.string fileName,
       SaveOptionsBase options
    )

    Parameters

    fileName
    The specified file.
    options
    The options of saving the file.
    See Also