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; }
Public ReadOnly Property LastChild As DocumentObject
Get
public:
property DocumentObject^ LastChild {
DocumentObject^ get ();
}
member LastChild : DocumentObject with get
Property Value
Type:
DocumentObject
Remarks
If there is no last child Element, a null is returned.
See Also