ChilkatXml Object
 
Syntax
 
LastChild() As ChilkatXml
 
Description
Returns the last Xml child node. A node's children can be enumerated by calling LastChild and then repeatedly calling PreviousSibling, until a NULL is returned.