SmartArtColors.Item[Object] Property

Definition

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

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

Parameters

Index
Object

Specifies either the index or the identifier of the SmartArt color.

Property Value

Applies to