DiagramNode.SwapNode(DiagramNode, MsoRelativeNodePosition) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Échange le nœud de diagramme cible avec le nœud de diagramme source.
public void SwapNode (out Microsoft.Office.Interop.Word.DiagramNode TargetNode, Microsoft.Office.Core.MsoRelativeNodePosition Pos = (Microsoft.Office.Core.MsoRelativeNodePosition) -1);
abstract member SwapNode : DiagramNode * Microsoft.Office.Core.MsoRelativeNodePosition -> unit
Public Sub SwapNode (ByRef TargetNode As DiagramNode, Optional Pos As MsoRelativeNodePosition = (Microsoft.Office.Core.MsoRelativeNodePosition) -1)
Paramètres
- TargetNode
- DiagramNode
Objet obligatoire DiagramNode . Nœud avec lequel échanger.
Facultatif MsoRelativeNodePosition. Position du nœud par rapport au nœud avec lequel il est échangé.
Remarques
Tous les nœuds de diagramme enfant sont déplacés avec leurs nœuds racines correspondants.