OpenXmlCompositeElement.FirstChild Property

Definition

Gets the first child of the current OpenXmlElement element.

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

Property Value

Returns OpenXmlElement.

Remarks

Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.

Applies to