DiagramNode.TransferChildren(DiagramNode) 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.
Returns a Shape object representing the shape of the text box associated with a diagram node.
public:
void TransferChildren(Microsoft::Office::Interop::Excel::DiagramNode ^ pReceivingNode);
public void TransferChildren (Microsoft.Office.Interop.Excel.DiagramNode pReceivingNode);
Public Sub TransferChildren (pReceivingNode As DiagramNode)
Parameters
- pReceivingNode
- DiagramNode
Required DiagramNode object. The diagram node receiving the child nodes being transferred from the specified node.