title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlideShowView.First method (PowerPoint) |
vbapp10.chm513017 |
|
|
5f360832-2deb-b3df-7b55-5a3c964d0057 |
06/08/2017 |
medium |
Sets the specified slide show view to display the first slide in the presentation.
expression. First
expression A variable that represents a SlideShowView object.
Nothing
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.
This example sets slide show window one to display the first slide in the presentation.
SlideShowWindows(1).View.First
[!includeSupport and feedback]