AnimationPoints.Add Method (PowerPoint)
Returns an AnimationPoint object that represents a new animation point.
Syntax
expression .Add(Index)
expression A variable that represents an AnimationPoints object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Index |
Optional |
Long |
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
AnimationPoint