Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveExcel Method / SaveExcel(String,ExcelFileFormat,ExcelSaveFlags) Method
The saved file path.
The excel file format.
The flag used to save the file.


In This Topic
    SaveExcel(String,ExcelFileFormat,ExcelSaveFlags) Method
    In This Topic
    Saves GcSpreadSheet to an Excel Compound Document File.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveExcel( _
       ByVal file As String, _
       ByVal format As ExcelFileFormat, _
       ByVal saveFlags As ExcelSaveFlags _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim file As String
    Dim format As ExcelFileFormat
    Dim saveFlags As ExcelSaveFlags
     
    instance.SaveExcel(file, format, saveFlags)
    public void SaveExcel( 
       string file,
       ExcelFileFormat format,
       ExcelSaveFlags saveFlags
    )

    Parameters

    file
    The saved file path.
    format
    The excel file format.
    saveFlags
    The flag used to save the file.
    See Also