Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.25 KB

PowerPoint.DocumentWindow.SplitVertical.md

File metadata and controls

51 lines (28 loc) · 1.25 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DocumentWindow.SplitVertical property (PowerPoint)
vbapp10.chm511024
vbapp10.chm511024
PowerPoint.DocumentWindow.SplitVertical
8a26332f-d00d-9816-30e1-48411db07a62
06/08/2017
medium

DocumentWindow.SplitVertical property (PowerPoint)

Returns or sets the percentage of the document window height that the slide pane occupies in normal view. Corresponds to the pane divider position between the slide and notes panes. Read/write.

Syntax

expression.SplitVertical

expression A variable that represents a DocumentWindow object.

Return value

Long

Remarks

The minimum value of the SplitVertical property is always greater than 0% because the slide pane has a minimum height that depends on a 10% zoom level. The actual minimum value may vary depending on the size of the application window.

Example

The following example sets the horizontal pane divider for the active document window to divide at 60% slide pane and 40% notes pane.

ActiveWindow.SplitVertical = 60

See also

DocumentWindow Object

[!includeSupport and feedback]