OpenXmlPartReader.ReadFirstChild Method

Definition

Moves to read the first child element.

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

Only can be called on element start. Current will move to the end tag if no child element.

Applies to