title | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|
SmartArtColors object (Office) |
|
a1929517-b1fb-c6fe-b6db-03f7ef1ef894 |
01/25/2019 |
medium |
A collection of SmartArtColor objects.
Simulates the commands on the Microsoft Office Fluent Ribbon user interface on the SmartArt Tools tab, on the Design group, and on the Change Colors command.
The following code sets the color scheme of the SmartArt diagram.
ActivePresentation.Slides(1).Shapes(1).SmartArt.Color = Application.SmartArtColors(1)
[!includeSupport and feedback]