OpenXmlDomReader.IsEndElement Property
Gets a value indicating whether the current node is an element end.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsEndElement As Boolean
Get
'Usage
Dim instance As OpenXmlDomReader
Dim value As Boolean
value = instance.IsEndElement
public override bool IsEndElement { get; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
IsStartElement and IsEndElement will be false when IsMiscNode==true.