OpenXmlReader.Create Method (OpenXmlElement)
Create an OpenXmlReader from the OpenXmlElement (travel the DOM tree).
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function Create ( _
openXmlElement As OpenXmlElement _
) As OpenXmlReader
'Usage
Dim openXmlElement As OpenXmlElement
Dim returnValue As OpenXmlReader
returnValue = OpenXmlReader.Create(openXmlElement)
public static OpenXmlReader Create(
OpenXmlElement openXmlElement
)
Parameters
- openXmlElement
Type: DocumentFormat.OpenXml.OpenXmlElement
The OpenXmlElement to be read.
Return Value
Type: DocumentFormat.OpenXml.OpenXmlReader
The created OpenXmlReader.