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