FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class / Move Method / Move(NodeMoveEnum) Method
A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.

In This Topic
    Move(NodeMoveEnum) Method
    In This Topic
    Moves a node to a new position.
    Syntax
    'Declaration
     
    
    Public Overloads Function Move( _
       ByVal moveTo As NodeMoveEnum _
    ) As Boolean
    public bool Move( 
       NodeMoveEnum moveTo
    )

    Parameters

    moveTo
    A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.

    Return Value

    Returns true if the method was successful, false otherwise.
    See Also