Share via


DiagramNode.SwapNode Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub SwapNode ( _
    TargetNode As DiagramNode, _
    SwapChildren As Boolean _
)
'Usage
Dim instance As DiagramNode
Dim TargetNode As DiagramNode
Dim SwapChildren As Boolean

instance.SwapNode(TargetNode, SwapChildren)
void SwapNode(
    DiagramNode TargetNode,
    bool SwapChildren
)

Parameters

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Core Namespace