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


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

Parameters

writer
The XML writer.
dataOnly
Whether to save only the data.
saveDataSource
Whether to save the bound data source.
saveFormula
Whether to save formula.
See Also

Reference

Workbook Class
Workbook Members
Overload List