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


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

Parameters

xmlStream
The XML stream.
See Also

Reference

Workbook Class
Workbook Members
Overload List