SmartArt.AllNodes Property
Gets a SmartArtNodes object containing all of the nodes within the SmartArt diagram.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property AllNodes As SmartArtNodes
Get
'Usage
Dim instance As SmartArt
Dim value As SmartArtNodes
value = instance.AllNodes
SmartArtNodes AllNodes { get; }
Property Value
Type: Microsoft.Office.Core.SmartArtNodes
Remarks
The nodes are retrieved in order, independent of data model. For example, the following data model would retrieve the nodes in order A, B, C, D, E, F.
A
B
- C
D
- E
F