[]
Appends a new Node row to the row collection.
public Node AddNode(int level)
Public Function AddNode(level As Integer) As Node
| Type | Name | Description |
|---|---|---|
| int | level | Outline level for the new node row. |
| Type | Description |
|---|---|
| Node | A reference to the Node that was added to the collection. |