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


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

    Parameters

    stream
    The stream to save to.
    format
    The file format to save to.
    password
    The password for the file.
    See Also