AddNode Method (RowCollection)
Appends a new
Node row to the row collection.
'Declaration
Public Function AddNode( _
ByVal As Integer _
) As Node
public Node AddNode(
int
)
Parameters
- level
- Outline level for the new node row.
Return Value
A reference to the
Node that was added to the collection.