Sequences.Add Method
Returns a Sequence object that represents a new sequence.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Add ( _
Index As Integer _
) As Sequence
'Usage
Dim instance As Sequences
Dim Index As Integer
Dim returnValue As Sequence
returnValue = instance.Add(Index)
Sequence Add(
int Index
)
Parameters
- Index
Type: System.Int32
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
Type: Microsoft.Office.Interop.PowerPoint.Sequence