Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SaveExcel Method / SaveExcel(Stream,ExcelFileFormat,ExcelSaveFlags) Method
The stream to save to.
The file format to save to.
Options for saving to a file.


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

    Parameters

    stream
    The stream to save to.
    format
    The file format to save to.
    saveFlags
    Options for saving to a file.
    See Also