ISmartArtShapeCollection

ISmartArtShapeCollection interface

Represents a collection of SmartArt shapes

public interface ISmartArtShapeCollection : IGenericCollection<ISmartArtShape>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only ISmartArtShape. Zero-based index of the element

See Also