'Declaration Public Overloads Function SaveXmlAsync( _ ByVal writer As XmlWriter _ ) As IAsyncAction
'Usage Dim instance As Worksheet Dim writer As XmlWriter Dim value As IAsyncAction value = instance.SaveXmlAsync(writer)
public IAsyncAction SaveXmlAsync( XmlWriter writer )
Parameters
- writer
- The XML writer.