NodeByPath Property
Description
Gets the node at the specified tree path.
Property type
Read-only property
Syntax
Visual Basic
Public Property NodeByPath( _
   ByVal Path As String _
) As Object
Parameters
Path
The tree path of the node (a string separated by slashes).
See Also