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
pReceivingNode
Type: Microsoft.Office.Interop.Excel.DiagramNodeRequired DiagramNode object. The diagram node receiving the child nodes being transferred from the specified node.