 | OpenXmlReaderCreate(OpenXmlPart, Boolean) Method |
Creates an OpenXmlReader from the specified OpenXmlPart and Boolean values.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static OpenXmlReader Create(
OpenXmlPart openXmlPart,
bool readMiscNodes
)
Public Shared Function Create (
openXmlPart As OpenXmlPart,
readMiscNodes As Boolean
) As OpenXmlReader
public:
static OpenXmlReader^ Create(
OpenXmlPart^ openXmlPart,
bool readMiscNodes
)
static member Create :
openXmlPart : OpenXmlPart *
readMiscNodes : bool -> OpenXmlReader Parameters
- openXmlPart OpenXmlPart
- The OpenXmlPart to read.
- readMiscNodes Boolean
- Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.
Return Value
OpenXmlReaderThe newly created OpenXmlReader.
See Also