[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCollection.AddNode

AddNode Method

AddNode(int)

Appends a new Node row to the row collection.

Declaration
public Node AddNode(int level)
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.