Compartir a través de


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

'Declaración
Public Shared Function Create ( _
    openXmlElement As OpenXmlElement _
) As OpenXmlReader
'Uso
Dim openXmlElement As OpenXmlElement
Dim returnValue As OpenXmlReader

returnValue = OpenXmlReader.Create(openXmlElement)
public static OpenXmlReader Create(
    OpenXmlElement openXmlElement
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.OpenXmlReader
The created OpenXmlReader.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

Create Overload

DocumentFormat.OpenXml Namespace