VBDOM  

Element: appendChild

Appends newChild as the last child of this node.

[Visual Basic]
 Public Function appendChild(
	  ByVal newChild As Element ) As Element

Parameters

newChild
[ByVal] Element. Reference to the new child node to be appended to the end of the list of children of this node.

Return Values

Element -  New child node successfully appended to the list. If Nothing, no object is created.

Remarks

Node order is not implemented.

See Also

Class Element Overview | Element Members | getAttribute