Share via


OpenXmlReader.ReadNextSibling Method

Move to next sibling element.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public MustOverride Function ReadNextSibling As Boolean
'Usage
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.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

DocumentFormat.OpenXml Namespace