SmartArtQuickStyles Interface

Definition

Represents a collection of SmartArt quick styles.

public interface class SmartArtQuickStyles : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03CB-0000-0000-C000-000000000046")]
public interface SmartArtQuickStyles : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03CB-0000-0000-C000-000000000046")>]
type SmartArtQuickStyles = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SmartArtQuickStyles
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Properties

Application

Gets a Object object that represents the container application for the SmartArtQuickStyles object.

Count

Gets the count of the number of SmartArtQuickStyle objects contained within the SmartArtQuickStyles collection.

Creator

Gets a 32-bit integer that indicates the application in which the SmartArtQuickStyles object was created.

Item[Object]

Gets a SmartArtQuickStyle object at the specified index or with the specified unique identifier.

Parent

Gets the calling object.

Methods

GetEnumerator()

Applies to