OpenXmlReader.ReadFirstChild 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 first child element.
public abstract bool ReadFirstChild ();
abstract member ReadFirstChild : unit -> bool
Public MustOverride Function ReadFirstChild () As Boolean
Returns
Returns true if the first child element was read successfully; false if there are no child elements to read.
Remarks
This method can only be called on element start. At the current node, the reader will move to the end tag if there is no child element.