DiagramNode.Root Property

Returns the root DiagramNode object which the root diagram node belongs.

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

Syntax

'Declaration
ReadOnly Property Root As DiagramNode
    Get
'Usage
Dim instance As DiagramNode
Dim value As DiagramNode

value = instance.Root
DiagramNode Root { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.DiagramNode

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Excel Namespace