DiagramNode.MoveNode Method
Moves a diagram node and any of its child nodes within a diagram.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub MoveNode ( _
<OutAttribute> ByRef TargetNode As DiagramNode, _
Pos As MsoRelativeNodePosition _
)
'Usage
Dim instance As DiagramNode
Dim TargetNode As DiagramNode
Dim Pos As MsoRelativeNodePosition
instance.MoveNode(TargetNode, Pos)
void MoveNode(
out DiagramNode TargetNode,
MsoRelativeNodePosition Pos
)
Parameters
- TargetNode
Type: Microsoft.Office.Interop.Word.DiagramNode%
Required DiagramNode object. The diagram node where the specified node will be moved.
- Pos
Type: MsoRelativeNodePosition
Required MsoRelativeNodePosition. Specifies where the node will be added relative to TargetNode.