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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > SaveXmlAsync Method : SaveXmlAsync(Stream,Boolean,Boolean) Method
The memory stream.
Specifies whether to only save data.
Specifies whether to save formula.
Saves the worksheet to an XML stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function SaveXmlAsync( _
   ByVal xmlStream As Stream, _
   ByVal dataOnly As Boolean, _
   ByVal saveFormula As Boolean _
) As IAsyncAction
'Usage
 
Dim instance As Worksheet
Dim xmlStream As Stream
Dim dataOnly As Boolean
Dim saveFormula As Boolean
Dim value As IAsyncAction
 
value = instance.SaveXmlAsync(xmlStream, dataOnly, saveFormula)
public IAsyncAction SaveXmlAsync( 
   Stream xmlStream,
   bool dataOnly,
   bool saveFormula
)

Parameters

xmlStream
The memory stream.
dataOnly
Specifies whether to only save data.
saveFormula
Specifies whether to save formula.
See Also

Reference

Worksheet Class
Worksheet Members
Overload List