Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.23 KB

PowerPoint.SlideShowView.Slide.md

File metadata and controls

41 lines (23 loc) · 1.23 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.Slide property (PowerPoint)
vbapp10.chm513004
vbapp10.chm513004
PowerPoint.SlideShowView.Slide
4fdee96b-9b0d-64ba-19de-b810bf07987b
06/08/2017
medium

SlideShowView.Slide property (PowerPoint)

Returns a Slide object that represents the slide that's currently displayed in the specified slide show window view. Read-only.

Syntax

expression. Slide

expression A variable that represents a SlideShowView object.

Return value

Slide

Remarks

If the currently displayed slide is from an embedded presentation, you can use the Parent property of the Slide object returned by the Slide property to return the embedded presentation that contains the slide. (The Presentation property of the SlideShowWindow object or DocumentWindow object returns the presentation from which the window was created, not the embedded presentation.)

See also

SlideShowView Object

[!includeSupport and feedback]