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


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

    Parameters

    stream
    The stream to save to.
    format
    The file format to save to.
    See Also