[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.AddNode

AddNode Method

AddNode(int)

Appends a new Node row to the row collection.

Declaration
public Node AddNode(int level)
Public Function AddNode(level As Integer) As Node
Parameters
Type Name Description
int level

Outline level for the new node row.

Returns
Type Description
Node

A reference to the Node that was added to the collection.