ComponentOne FlexGrid for WinForms
AddNode Method (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : AddNode Method
Outline level for the new node row.
Appends a new Node row to the row collection.
Syntax
'Declaration
 
Public Function AddNode( _
   ByVal level As Integer _
) As Node
public Node AddNode( 
   int level
)

Parameters

level
Outline level for the new node row.

Return Value

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

Reference

RowCollection Class
RowCollection Members