AnimationPoints.Add Method
Returns an AnimationPoint object that represents a new animation point.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Add ( _
Index As Integer _
) As AnimationPoint
'Usage
Dim instance As AnimationPoints
Dim Index As Integer
Dim returnValue As AnimationPoint
returnValue = instance.Add(Index)
AnimationPoint Add(
int Index
)
Parameters
- Index
Type: System.Int32
The position of the animation point in relation to other animation points. The default value is -1, which means that if you omit the Index parameter, the new animation point is added to the end of existing animation points.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.AnimationPoint