GrapeCity.Xaml.SpreadSheet.Data
SaveXmlAsync(Stream,Boolean,Boolean) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SaveXmlAsync Method : SaveXmlAsync(Stream,Boolean,Boolean) Method
The XML stream.
Whether to save only the data.
Whether to save the bound data source.
Saves the data on the sheet to the specified XML stream.
Syntax
'Declaration
 
Public Overloads Function SaveXmlAsync( _
   ByVal xmlStream As Stream, _
   ByVal dataOnly As Boolean, _
   ByVal saveDataSource As Boolean _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim xmlStream As Stream
Dim dataOnly As Boolean
Dim saveDataSource As Boolean
Dim value As IAsyncAction
 
value = instance.SaveXmlAsync(xmlStream, dataOnly, saveDataSource)
public IAsyncAction SaveXmlAsync( 
   Stream xmlStream,
   bool dataOnly,
   bool saveDataSource
)

Parameters

xmlStream
The XML stream.
dataOnly
Whether to save only the data.
saveDataSource
Whether to save the bound data source.
See Also

Reference

Workbook Class
Workbook Members
Overload List