OpenXmlDomReader.IsStartElement Property
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 Overrides ReadOnly Property IsStartElement As Boolean
Get
'Uso
Dim instance As OpenXmlDomReader
Dim value As Boolean
value = instance.IsStartElement
public override bool IsStartElement { get; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
IsStartElement and IsEndElement will be false when IsMiscNode==true.