SmartArtColors Interface
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.
A collection of SmartArt color styles.
public interface class SmartArtColors : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03CD-0000-0000-C000-000000000046")]
public interface SmartArtColors : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03CD-0000-0000-C000-000000000046")>]
type SmartArtColors = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SmartArtColors
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Simulates the commands on the Microsoft Office Fluent Ribbon user interface on the SmartArt Tools tab, on the Design group, on the Change Colors command.
Properties
Application |
Gets a Object object that represents the container application for the SmartArtColors object. |
Count |
Gets the count of the number of SmartArtColor objects contained within the SmartArtColors collection. |
Creator |
Gets a 32-bit integer that indicates the application in which the SmartArtColors object was created. |
Item[Object] |
Gets a SmartArtColor object at the specified index or with the specified unique identifier. |
Parent |
Returns the calling object. |
Methods
GetEnumerator() |