 | OpenXmlReaderCreate(OpenXmlPart) Method |
Creates an OpenXmlReader from the specified OpenXmlPart.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static OpenXmlReader Create(
OpenXmlPart openXmlPart
)
Public Shared Function Create (
openXmlPart As OpenXmlPart
) As OpenXmlReader
public:
static OpenXmlReader^ Create(
OpenXmlPart^ openXmlPart
)
static member Create :
openXmlPart : OpenXmlPart -> OpenXmlReader Parameters
- openXmlPart OpenXmlPart
- The OpenXmlPart to read.
Return Value
OpenXmlReaderThe newly created OpenXmlReader.
See Also