ShapeNodes.Item Property
Returns a single ShapeNode object from the specified ShapeNodes collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As ShapeNode
Get
'Usage
Dim instance As ShapeNodes
Dim Index As Object
Dim value As ShapeNode
value = instance.Item(Index)
ShapeNode this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
The name or index number of the single ShapeNode object in the collection to be returned.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ShapeNode