OpenXmlReader.IsStartElement Property
When overridden in a derived class, gets a value indicating whether the current node is an element start.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public MustOverride ReadOnly Property IsStartElement As Boolean
Get
'Uso
Dim instance As OpenXmlReader
Dim value As Boolean
value = instance.IsStartElement
public abstract bool IsStartElement { get; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
IsStartElement and IsEndElement will be false when IsMiscNode==true.