DiagramNode.MoveNode(DiagramNode, MsoRelativeNodePosition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves a diagram node and any of its child nodes within a diagram.
public:
void MoveNode([Runtime::InteropServices::Out] Microsoft::Office::Interop::Word::DiagramNode ^ % TargetNode, Microsoft::Office::Core::MsoRelativeNodePosition Pos);
public void MoveNode (out Microsoft.Office.Interop.Word.DiagramNode TargetNode, Microsoft.Office.Core.MsoRelativeNodePosition Pos);
abstract member MoveNode : DiagramNode * Microsoft.Office.Core.MsoRelativeNodePosition -> unit
Public Sub MoveNode (ByRef TargetNode As DiagramNode, Pos As MsoRelativeNodePosition)
Parameters
- TargetNode
- DiagramNode
Required DiagramNode object. The diagram node where the specified node will be moved.
Required MsoRelativeNodePosition. Specifies where the node will be added relative to TargetNode
.