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


In This Topic
    SaveExcel(String,ExcelFileFormat,ExcelSaveFlags,String) 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, _
       ByVal password As String _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim file As String
    Dim format As ExcelFileFormat
    Dim saveFlags As ExcelSaveFlags
    Dim password As String
     
    instance.SaveExcel(file, format, saveFlags, password)
    public void SaveExcel( 
       string file,
       ExcelFileFormat format,
       ExcelSaveFlags saveFlags,
       string password
    )

    Parameters

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