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
'Declaración
Public ReadOnly Property ReadMiscNodes As Boolean
Get
'Uso
Dim instance As OpenXmlReader
Dim value As Boolean
value = instance.ReadMiscNodes
public bool ReadMiscNodes { get; }
Property Value
Type: System.Boolean
Returns Boolean.