Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1012 Bytes

PowerPoint.SlideShowView.First.md

File metadata and controls

51 lines (28 loc) · 1012 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.First method (PowerPoint)
vbapp10.chm513017
vbapp10.chm513017
PowerPoint.SlideShowView.First
5f360832-2deb-b3df-7b55-5a3c964d0057
06/08/2017
medium

SlideShowView.First method (PowerPoint)

Sets the specified slide show view to display the first slide in the presentation.

Syntax

expression. First

expression A variable that represents a SlideShowView object.

Return value

Nothing

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.

Example

This example sets slide show window one to display the first slide in the presentation.

SlideShowWindows(1).View.First

See also

SlideShowView Object

[!includeSupport and feedback]