Share via


OpenXmlDomReader.ReadNextSibling Method

Move to next sibling element.

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

Syntax

'Declaration
Public Overrides Function ReadNextSibling As Boolean
'Usage
Dim instance As OpenXmlDomReader
Dim returnValue As Boolean

returnValue = instance.ReadNextSibling()
public override 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

OpenXmlDomReader Class

OpenXmlDomReader Members

DocumentFormat.OpenXml Namespace