Returns a reference to the root Node object of a selected Node.
Syntax:
NodeObject.Root
The Root Property (Node Object) syntax has these parts:
| Part |
Description |
| NodeObject |
An object expression that evaluates to a Node object. |
Remarks:
The Child, FirstSibling, LastSibling, Previous, Parent, Next, and Root properties all return a reference to another Node object.