'Declaration Public Overloads Function SaveXmlAsync( _ ByVal writer As XmlWriter, _ ByVal dataOnly As Boolean, _ ByVal saveDataSource As Boolean _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim writer As XmlWriter Dim dataOnly As Boolean Dim saveDataSource As Boolean Dim value As IAsyncAction value = instance.SaveXmlAsync(writer, dataOnly, saveDataSource)
public IAsyncAction SaveXmlAsync( XmlWriter writer, bool dataOnly, bool saveDataSource )
Parameters
- writer
- The XML writer.
- dataOnly
- Whether to save only the data.
- saveDataSource
- Whether to save the bound data source.