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


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

    Parameters

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