SelectItem Method (SapTree)
Class
SapTree
.
Action
This function emulates the selection of an item. This selection removes all other selections.
Syntax
C#
tree
.
SelectItem
(
nodeKey
,
itemName
)
VB
tree
.
SelectItem
(
nodeKey
,
itemName
)
Variable
Description
nodeKey
The key of the node.
String
.
itemName
The name of the item.
String
.