First Method

Applies To

SlideShowView object.

Description

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

Syntax

expression.First

expression Required. An expression that returns a SlideShowView object.

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.

See Also

GotoSlide method, Last method, Next method, Previous method.

Example

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

SlideShowWindows(1).View.First