OpenXmlPartReader.LoadCurrentElement 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.
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().