Share via


Sequences.Item Property

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

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Sequence

See Also

Reference

Sequences Interface

Sequences Members

Microsoft.Office.Interop.PowerPoint Namespace