ChangeCheckbox Method (SapTree)

Class

SapTree class

Action

This method emulates changing a checkbox state.

Syntax

tree.ChangeCheckbox(nodeKey, itemName, check)
Variable Description
nodeKey The key of the node. STRING.
itemName The name of the item. STRING.
check Whether the checkbox should be checked. BOOLEAN.