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


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

    Parameters

    file
    The saved file path.
    format
    The excel file format.
    password
    The file password.
    See Also