Share via


Presentations.Item Property

Returns a single Presentation object from the specified Presentations 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 Presentation
    Get
'Usage
Dim instance As Presentations
Dim Index As Object
Dim value As Presentation

value = instance.Item(Index)
Presentation this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Presentation

See Also

Reference

Presentations Interface

Presentations Members

Microsoft.Office.Interop.PowerPoint Namespace