OpenXmlReader.ReadNextSibling Method
Move to next sibling element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public MustOverride Function ReadNextSibling As Boolean
'Uso
Dim instance As OpenXmlReader
Dim returnValue As Boolean
returnValue = instance.ReadNextSibling()
public abstract bool ReadNextSibling()
Return Value
Type: System.Boolean
true if the next sibling element was read successfully; false if there are no more sibling elements to read.
Remarks
Current will move to the end tag of the parent if no more sibling element.