GrapeCity.Xaml.SpreadSheet.Data
SaveExcelAsync Method (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : SaveExcelAsync Method
The saved stream.
The saved Excel format.
The save flag.
Saves the control to an Excel Compound Document File stream.
Syntax
'Declaration
 
Public Function SaveExcelAsync( _
   ByVal stream As Stream, _
   ByVal workbookType As ExcelFileFormat, _
   ByVal saveFlags As ExcelSaveFlags _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim stream As Stream
Dim workbookType As ExcelFileFormat
Dim saveFlags As ExcelSaveFlags
Dim value As IAsyncAction
 
value = instance.SaveExcelAsync(stream, workbookType, saveFlags)
public IAsyncAction SaveExcelAsync( 
   Stream stream,
   ExcelFileFormat workbookType,
   ExcelSaveFlags saveFlags
)

Parameters

stream
The saved stream.
workbookType
The saved Excel format.
saveFlags
The save flag.
See Also

Reference

Workbook Class
Workbook Members