Share via


TimeLine.MainSequence Property

Returns a Sequence object that represents the collection of Effect objects in the main animation sequence of a slide.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property MainSequence As Sequence
    Get
'Usage
Dim instance As TimeLine
Dim value As Sequence

value = instance.MainSequence
Sequence MainSequence { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Sequence

Remarks

The default value of the MainSequence property is an empty Sequence collection. Any attempt to return a value from this property without adding one or more Effect objects to the main animation sequence will result in a run-time error.

See Also

Reference

TimeLine Interface

TimeLine Members

Microsoft.Office.Interop.PowerPoint Namespace