SlideShowView.First Method
Sets the specified slide show view to display the first slide in the presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub First
'Usage
Dim instance As SlideShowView
instance.First()
void First()
Remarks
If you use the First method to switch from one slide to another during a slide show, when you return to the original slide, its animation picks up where it left off.