GetNodeIndex Method (SapTree)
Class
SapTree
.
Action
The index of the given node.
Syntax
C#
nodeIndex
=
tree
.
GetNodeIndex
(
nodeKey
)
VB
nodeIndex
=
tree
.
GetNodeIndex
(
nodeKey
)
Variable
Description
nodeIndex
Integer
.
nodeKey
The key of the node.
String
.