Click or drag to resize

DocumentObject FirstChild Property

Gets the first child of the Element.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocumentObject FirstChild { get; }

Property Value

Type: DocumentObject
Remarks
If there is no first child Element, a null is returned.
See Also