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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SaveXmlAsync Method : SaveXmlAsync(XmlWriter) Method
The XML writer.
Saves the data on the sheet to the specified XML stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function SaveXmlAsync( _
   ByVal writer As XmlWriter _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim writer As XmlWriter
Dim value As IAsyncAction
 
value = instance.SaveXmlAsync(writer)
public IAsyncAction SaveXmlAsync( 
   XmlWriter writer
)

Parameters

writer
The XML writer.
See Also

Reference

Workbook Class
Workbook Members
Overload List