Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.06 KB

PowerPoint.Presentation.Windows.md

File metadata and controls

46 lines (25 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.Windows property (PowerPoint)
vbapp10.chm583017
vbapp10.chm583017
PowerPoint.Presentation.Windows
ce04c680-ef68-5014-ce78-0d48d1f3b9e6
06/08/2017
medium

Presentation.Windows property (PowerPoint)

Returns a DocumentWindows collection that represents all document windows associated with the specified presentation. Read-only.

Syntax

expression.Windows

expression A variable that represents a Presentation object.

Return value

DocumentWindows

Remarks

This property doesn't return any slide show windows associated with the presentation.

If your Visual Studio solution includes the Microsoft.Office.Interop.PowerPoint reference, this property maps to the following types:

  • Microsoft.Office.Interop.PowerPoint._Presentation.Windows

See also

Presentation Object

[!includeSupport and feedback]