Share via


OpenXmlReader Constructor (Boolean)

Initializes a new instance of the OpenXmlReader.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Protected Sub New ( _
    readMiscNodes As Boolean _
)
'Usage
Dim readMiscNodes As Boolean

Dim instance As New OpenXmlReader(readMiscNodes)
protected OpenXmlReader(
    bool readMiscNodes
)

Parameters

  • readMiscNodes
    Type: System.Boolean
    Setting it to ‘false’ will define the reader’s behavior to skip all miscellaneous nodes. The default value is ‘false’.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

OpenXmlReader Overload

DocumentFormat.OpenXml Namespace