DiagramNodeChildren.LastChild Property
Returns a DiagramNode object that represents the last child node of a parent node.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.DiagramNode