The Node object has the following methods:
Node Object Methods
Name |
Parameter |
Return Type |
Description |
EnsureVisible |
Boolean |
Forces the node to be visible, expanding all parent nodes if necessary. | |
Remove |
void |
Removes the node from the parent Nodes collection. For root nodes, the node is removed from the Table Tree object. | |
| SaveData |
String DocName String StreamName |
Boolean |
Saves the data for the node and all descendant nodes. |
| LoadData |
String DocName String StreamName |
Boolean |
Loads the data for the node and all descendant nodes. |