Share via


OpenXmlPartReader.LoadCurrentElement Method

Definition

Loads the element at the current cursor.

public override DocumentFormat.OpenXml.OpenXmlElement LoadCurrentElement ();
public override DocumentFormat.OpenXml.OpenXmlElement? LoadCurrentElement ();
override this.LoadCurrentElement : unit -> DocumentFormat.OpenXml.OpenXmlElement
Public Overrides Function LoadCurrentElement () As OpenXmlElement

Returns

The OpenXmlElement object.

Exceptions

Thrown when the current element is element end.

Remarks

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

Applies to