Edit

Share via


SmartArtLayouts.Item[Object] Property

Definition

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

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

Parameters

Index
Object

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

Property Value

Applies to