OpenXmlElement.Parent Property
Gets the parent of this element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Property Parent As OpenXmlElement
Get
Friend Set
'Применение
Dim instance As OpenXmlElement
Dim value As OpenXmlElement
value = instance.Parent
public OpenXmlElement Parent { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.OpenXmlElement
Returns OpenXmlElement.