OpenXmlDomReader.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 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.