Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns a DiagramNode object that represents the last child node of a parent node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property LastChild As DiagramNode
Get
'Usage
Dim instance As DiagramNodeChildren
Dim value As DiagramNode
value = instance.LastChild
DiagramNode LastChild { get; }
Property Value
Type: Microsoft.Office.Interop.Word.DiagramNode
Remarks
Use the FirstChild property to access the first child node in a diagram. Use the Root property to access the parent node in a diagram.