[]
Adds a new Node row to the row collection at a specified position.
public Node InsertNode(int index, int level)
Type | Name | Description |
---|---|---|
int | index | The position where the new node row will be inserted. |
int | level | Outline level for the new node row. |
Type | Description |
---|---|
Node | A reference to the Node that was added to the collection. |