Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1006 Bytes

Office.SmartArtColors.md

File metadata and controls

37 lines (21 loc) · 1006 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
SmartArtColors object (Office)
Office.SmartArtColors
a1929517-b1fb-c6fe-b6db-03f7ef1ef894
01/25/2019
medium

SmartArtColors object (Office)

A collection of SmartArtColor objects.

Remarks

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.

Example

The following code sets the color scheme of the SmartArt diagram.

ActivePresentation.Slides(1).Shapes(1).SmartArt.Color = Application.SmartArtColors(1)

See also

[!includeSupport and feedback]