Expand the entire node of the Treeview object.
void @TreeViewExpandAll(string classname);
Parameters
string classname : The class name of the object
Return Value
None
Example
@TreeViewExpandAll("TreeView1");
Description : Expand the entire tree of TreeView1 object.
Version Information
Supported Version: 10.3.3
Related Helps