Share via


OpenXmlReader.IsEndElement Property

When overridden in a derived class, 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 MustOverride ReadOnly Property IsEndElement As Boolean
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Boolean

value = instance.IsEndElement
public abstract bool IsEndElement { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

IsStartElement and IsEndElement will be false when IsMiscNode==true.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

DocumentFormat.OpenXml Namespace