SmartArtQuickStyles.Item[Object] Property

Definition

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

public:
 property Microsoft::Office::Core::SmartArtQuickStyle ^ default[System::Object ^] { Microsoft::Office::Core::SmartArtQuickStyle ^ get(System::Object ^ Index); };
public Microsoft.Office.Core.SmartArtQuickStyle this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Core.SmartArtQuickStyle
Default Public ReadOnly Property Item(Index As Object) As SmartArtQuickStyle

Parameters

Index
Object

Specifies either the index or the location of the SmartArtQuickStyle object.

Property Value

Applies to