Share via


AnimationPoints.Item Property

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

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

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.AnimationPoint

See Also

Reference

AnimationPoints Interface

AnimationPoints Members

Microsoft.Office.Interop.PowerPoint Namespace