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