Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / 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 current worksheet to the specified file.
    Syntax
    void Save( 
       System.string fileName,
       SaveOptionsBase options
    )

    Parameters

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