OpenXmlReader.Read Method

Definition

Moves to read the next element.

public abstract bool Read ();
abstract member Read : unit -> bool
Public MustOverride Function Read () As Boolean

Returns

Returns true if the next element was read successfully; false if there are no more elements to read.

Applies to