Share via


Panes.Item Property

Returns a single Pane object from the specified Panes 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 Pane
    Get
'Usage
Dim instance As Panes
Dim Index As Integer
Dim value As Pane

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Pane

See Also

Reference

Panes Interface

Panes Members

Microsoft.Office.Interop.PowerPoint Namespace