Returns a reference to the previous sibling of a Node object.
Syntax:
NodeObject.Previous
The Previous 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.