Share via


OpenXmlReader.ReadMiscNodes Property

Get a value indicating whether the OpenXmlReader will read (or skip) all miscellaneous nodes.

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

Syntax

'Declaration
Public ReadOnly Property ReadMiscNodes As Boolean
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Boolean

value = instance.ReadMiscNodes
public bool ReadMiscNodes { get; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

DocumentFormat.OpenXml Namespace