Loads the data on the sheet from the specified XML stream.
Syntax
'Declaration
Public Overloads Sub OpenXml( _
ByVal As XmlReader _
)
'Usage
Dim instance As Workbook
Dim reader As XmlReader
instance.OpenXml(reader)
public void OpenXml(
XmlReader
)
Parameters
- reader
- The XML reader.
See Also