SmartArtNodes.Item[Object] Property

Definition

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

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

Parameters

Index
Object

Specifies either the index or a string the location of the SmartArtNode object.

Property Value

Applies to