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