FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class / GetNode Method
A value from the NodeTypeEnum enumeration that specifies the position relative to this node.

In This Topic
    GetNode Method (Node)
    In This Topic
    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