ChangeCheckbox Method (SapTree)

Class

SapTree.

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.