TreeListNodes.Add Method
Name | Parameters | Description |
---|---|---|
Add(Object) | nodeData | Appends a new node to the end of the TreeListNodes collection and initializes the node with the specified data. |
Add(Object[]) | nodeData | Adds a new child TreeListNode containing the specified values. |