OpenXmlElement.Parent Property

Definition

Gets the parent element of the current element.

public DocumentFormat.OpenXml.OpenXmlElement Parent { get; }
public DocumentFormat.OpenXml.OpenXmlElement? Parent { get; }
member this.Parent : DocumentFormat.OpenXml.OpenXmlElement
Public ReadOnly Property Parent As OpenXmlElement

Property Value

Returns OpenXmlElement.

Applies to