OpenXmlPartReader.ReadNextSibling Method

Definition

Moves to read the next sibling element.

public override bool ReadNextSibling ();
override this.ReadNextSibling : unit -> bool
Public Overrides 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

Current will move to the end tag of the parent if no more sibling element.

Applies to