Returns a reference to a collection of Node objects.
Syntax:
XTTreeviewVBACtl.Nodes
The Nodes Property syntax has these parts:
| Part |
Description |
| XTTreeviewVBACtl.Nodes |
An object expression that evaluates to an XTTreeview Control's Nodes collection. |
Remarks:
You can manipulate Task objects using standard collection methods (for example, the Add and Remove methods). You can access each element in the collection using the Item method.