FlexGrid for WinForms
AddNode Method (RowCollection)



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
'Usage
 
Dim instance As RowCollection
Dim level As Integer
Dim value As Node
 
value = instance.AddNode(level)
public Node AddNode( 
   int level
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCollection Class
RowCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback