'Declaration Public Overloads Sub OpenXml( _ ByVal xmlStream As System.IO.Stream _ )
'Usage Dim instance As Workbook Dim xmlStream As System.IO.Stream instance.OpenXml(xmlStream)
public void OpenXml( System.IO.Stream xmlStream )
Parameters
- xmlStream
- The XML stream.