TreeExpandNodeAt method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Expands a tree node, specified by an explicit node ID (GUID) or a series of node indexes.
Syntax
object.TreeExpandNodeAt( string )
Part | Description |
object | Required. A reference to a valid tree component object. |
string | Required. The tree node ID (GUID) or node index series. |
Example
ThisForm.Components("tree1").TreeExpandNodeAt("My Tree Node ID") ThisForm.Components("tree1").TreeExpandNodeAt("2,0")
Related topics