Share via


Sequences.Add Method (PowerPoint)

Returns a Sequence object that represents a new sequence.

Syntax

expression .Add(Index)

expression A variable that represents a Sequences object.

Parameters

Name

Required/Optional

Data Type

Description

Index

Optional

Long

The position of the sequence in relation to other sequences. The default value is -1, which means that if you omit the Index parameter, the new sequence is added to the end of the existing sequences.

Return Value

Sequence

See Also

Concepts

Sequences Object Members

Sequences Object