OpenXmlReader.ReadNextSibling Method

Definition

Moves to read the next sibling element.

public abstract bool ReadNextSibling ();
abstract member ReadNextSibling : unit -> bool
Public MustOverride Function ReadNextSibling () As Boolean

Returns

Returns true if the next sibling element was read successfully; false if there are no more sibling elements to read.

Remarks

At the current node, the reader will move to the end tag of the parent node if there are no more sibling elements.

Applies to