DiagramNode.SwapNode(DiagramNode, Boolean) 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.
public void SwapNode (Microsoft.Office.Core.DiagramNode TargetNode, bool SwapChildren = false);
abstract member SwapNode : Microsoft.Office.Core.DiagramNode * bool -> unit
Public Sub SwapNode (TargetNode As DiagramNode, Optional SwapChildren As Boolean = false)
Parameters
- TargetNode
- DiagramNode
- SwapChildren
- Boolean