OpenXmlReader.LoadCurrentElement Method

Definition

Loads the element at current cursor.

public abstract DocumentFormat.OpenXml.OpenXmlElement LoadCurrentElement ();
public abstract DocumentFormat.OpenXml.OpenXmlElement? LoadCurrentElement ();
abstract member LoadCurrentElement : unit -> DocumentFormat.OpenXml.OpenXmlElement
Public MustOverride Function LoadCurrentElement () As OpenXmlElement

Returns

The OpenXmlElement that was loaded.

Exceptions

Thrown when the current is the end element.

Remarks

The new current element is the end of the element after LoadCurrentElement().

Applies to