ComponentOne FlexGrid for WinForms
GetNode Method

C1.Win.C1FlexGrid Namespace > Node Class : GetNode Method
A value from the NodeTypeEnum enumeration that specifies the position relative to this node.
Returns a reference to a node located at a given position relative to this node.
Syntax
'Declaration
 
Public Function GetNode( _
   ByVal position As NodeTypeEnum _
) As Node
public Node GetNode( 
   NodeTypeEnum position
)

Parameters

position
A value from the NodeTypeEnum enumeration that specifies the position relative to this node.

Return Value

A node object.
Remarks
If the node requested does not exist, GetNode returns null (for example, the root node does not have a previous sibling).
See Also

Reference

Node Class
Node Members