Compartilhar via


DiagramNode.TransferChildren Method

Returns a Shape object representing the shape of the text box associated with a diagram node.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub TransferChildren ( _
    pReceivingNode As DiagramNode _
)
'Usage
Dim instance As DiagramNode
Dim pReceivingNode As DiagramNode

instance.TransferChildren(pReceivingNode)
void TransferChildren(
    DiagramNode pReceivingNode
)

Parameters

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Excel Namespace