FlexGrid for WinForms
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
'Usage
 
Dim instance As Node
Dim position As NodeTypeEnum
Dim value As Node
 
value = instance.GetNode(position)
public Node GetNode( 
   NodeTypeEnum position
)
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).
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

Node Class
Node Members

 

 


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

Send Feedback