SmartArtLayouts Object (Office)

Represents a collection of Smart Art layout diagrams.

Version Information

Version Added: Office 2010

Remarks

Choices include Basic Block List, Picture Caption List, Vertical Bulleted List, etc.

Example

The following code changes the diagram style of a Smart Art diagram in Microsoft PowerPoint.

ActivePresentation.Slides(1).Shapes(1).SmartArt.Layout = Application.SmartArtLayouts(1)

See Also

Concepts

Object Model Reference

SmartArtLayouts Object Members