OpenXmlCompositeElement.HasChildren Property
Gets a value indicating whether this element has any child elements.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Overrides ReadOnly Property HasChildren As Boolean
Get
用法
Dim instance As OpenXmlCompositeElement
Dim value As Boolean
value = instance.HasChildren
public override bool HasChildren { get; }
Property Value
Type: System.Boolean
Returns Boolean.