SmartArt.Nodes Property
Gets the children of the root node of the SmartArt diagram.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Nodes As SmartArtNodes
Get
'Usage
Dim instance As SmartArt
Dim value As SmartArtNodes
value = instance.Nodes
SmartArtNodes Nodes { get; }
Property Value
Type: Microsoft.Office.Core.SmartArtNodes
Remarks
Read-only. The root node has no parent node and only contains children if there are children present in the SmartArt graphic’s data model. In the following example, the nodes A and F will be returned.
A
B
- C
D
- E
F