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

'Declaration
Public Overrides ReadOnly Property HasChildren As Boolean
    Get
'Usage
Dim instance As OpenXmlCompositeElement
Dim value As Boolean

value = instance.HasChildren
public override bool HasChildren { get; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlCompositeElement Class

OpenXmlCompositeElement Members

DocumentFormat.OpenXml Namespace