expandTree()

Expand a node (row) in a tree view.

Syntax

expandTree(
   treeName STRING,
   row INTEGER )
  1. treeName is the name of the tree view.
  2. row is the index row number.

Usage

You can use it to expand a selected node in a specified tree view to test this action in a scenario. For example:

CALL ggc.expandTree("items", 100)