'Declaration Public Overloads Function SaveXmlAsync( _ ByVal xmlStream As Stream _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim xmlStream As Stream Dim value As IAsyncAction value = instance.SaveXmlAsync(xmlStream)
public IAsyncAction SaveXmlAsync( Stream xmlStream )
Parameters
- xmlStream
- The XML stream.