SmartArtNode.Shapes Property
Returns the shape range associated with this SmartArtNode object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Shapes As ShapeRange
Get
'Usage
Dim instance As SmartArtNode
Dim value As ShapeRange
value = instance.Shapes
ShapeRange Shapes { get; }
Property Value
Type: Microsoft.Office.Core.ShapeRange
Remarks
To find the range, use the Count property.