Gets the last child of the node.
[VBScript]
Public ReadOnly Property LastChild As Node
[JScript]
public function get LastChild() : Node;
Property Value
The last child of the node. If there is no such node, this property returns null.
See Also
Node Object | Node Members | DOM Namespace