Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / Save Method / Save(String,SaveFileFormat) Method
The specified file.
The format of the file.
In This Topic
    Save(String,SaveFileFormat) Method
    In This Topic
    Saves the specified format file.
    Syntax
    void Save( 
       System.string fileName,
       SaveFileFormat fileFormat
    )

    Parameters

    fileName
    The specified file.
    fileFormat
    The format of the file.
    See Also