Click or drag to resize

DocumentObject LastChild Property

Gets the last 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 LastChild { get; }

Property Value

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