OpenXmlReader.ReadNextSibling Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.