ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / AddNode Method
Outline level for the new node row.

In This Topic
    AddNode Method (RowCollection)
    In This Topic
    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