GetNodeLeft Method (SapTree)
Class
SapTree
.
Action
The left position of the component.
Syntax
C#
nodeLeft
=
tree
.
GetNodeLeft
(
nodeKey
)
VB
nodeLeft
=
tree
.
GetNodeLeft
(
nodeKey
)
Variable
Description
nodeLeft
Integer
.
nodeKey
The key of the node.
String
.