Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.26 KB

PowerPoint.DocumentWindow.SplitHorizontal.md

File metadata and controls

51 lines (28 loc) · 1.26 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DocumentWindow.SplitHorizontal property (PowerPoint)
vbapp10.chm511025
vbapp10.chm511025
PowerPoint.DocumentWindow.SplitHorizontal
89ec538b-d8a3-23e8-a246-35c44884a432
06/08/2017
medium

DocumentWindow.SplitHorizontal property (PowerPoint)

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

Syntax

expression.SplitHorizontal

expression A variable that represents a DocumentWindow object.

Return value

Long

Remarks

The maximum value of the SplitHorizontal property is always less than 100% because the slide pane has a minimum width that depends on a 10% zoom level. The actual maximum value may vary depending on the size of the application window.

Example

The following example sets the vertical pane divider for the active document window to divide at 15% outline pane and 85% slide pane.

ActiveWindow.SplitHorizontal = 15

See also

DocumentWindow Object

[!includeSupport and feedback]