SmartArtNodes.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.