Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all the child nodes of this element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ChildElements As OpenXmlElementList
Get
'Usage
Dim instance As OpenXmlElement
Dim value As OpenXmlElementList
value = instance.ChildElements
public virtual OpenXmlElementList ChildElements { get; }
Property Value
Type: DocumentFormat.OpenXml.OpenXmlElementList
Returns OpenXmlElementList.