Edit

Share via


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

See also

AnimationPoints Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.