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


The XML writer.
Whether to save only the data.
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 _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim writer As XmlWriter
Dim dataOnly As Boolean
Dim value As IAsyncAction
 
value = instance.SaveXmlAsync(writer, dataOnly)
public IAsyncAction SaveXmlAsync( 
   XmlWriter writer,
   bool dataOnly
)

Parameters

writer
The XML writer.
dataOnly
Whether to save only the data.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options