SmartArtNode.Shapes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the shape range associated with this SmartArtNode object.
public:
property Microsoft::Office::Core::ShapeRange ^ Shapes { Microsoft::Office::Core::ShapeRange ^ get(); };
public Microsoft.Office.Core.ShapeRange Shapes { get; }
member this.Shapes : Microsoft.Office.Core.ShapeRange
Public ReadOnly Property Shapes As ShapeRange
Property Value
Remarks
To find the range, use the Count property.