Share via


Placeholders.Item Property

Returns a single-precision floating-point number Shape object from the specified Placeholders collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As Shape
    Get
'Usage
Dim instance As Placeholders
Dim Index As Integer
Dim value As Shape

value = instance.Item(Index)
Shape this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    The index number of the single Shape object in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Shape

See Also

Reference

Placeholders Interface

Placeholders Members

Microsoft.Office.Interop.PowerPoint Namespace