property Node.LastNode as Node
Gets the last child tree node.

TypeDescription
Node A Node object that specifies the last child node.
Use the LastNode property to get the last child node. Use the FirstNode property to get the first child node. Use the NextNode property to get the next sibling node. Use the PrevNode property to get the previous sibling node. Use the Visible property to hide a node.