Share via


Sequence.Item Property

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

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Effect

See Also

Reference

Sequence Interface

Sequence Members

Microsoft.Office.Interop.PowerPoint Namespace