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


The XML writer.
Specifies whether to only save data.
Specifies whether to save formula.
Saves the worksheet to an XML writer asynchronously.
Syntax
'Declaration
 
Public Overloads Function SaveXmlAsync( _
   ByVal writer As XmlWriter, _
   ByVal dataOnly As Boolean, _
   ByVal saveFormula As Boolean _
) As IAsyncAction
'Usage
 
Dim instance As Worksheet
Dim writer As XmlWriter
Dim dataOnly As Boolean
Dim saveFormula As Boolean
Dim value As IAsyncAction
 
value = instance.SaveXmlAsync(writer, dataOnly, saveFormula)
public IAsyncAction SaveXmlAsync( 
   XmlWriter writer,
   bool dataOnly,
   bool saveFormula
)

Parameters

writer
The XML writer.
dataOnly
Specifies whether to only save data.
saveFormula
Specifies whether to save formula.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options