Windows.BreakSideBySide method (Word)

Ends side by side mode if two windows are in side by side mode. Returns a Boolean that represents whether the method was successful.

Syntax

expression. BreakSideBySide

expression Required. A variable that represents a 'Windows' collection.

Return value

Boolean

Example

The following example ends side by side mode.

ActiveDocument.Windows.BreakSideBySide

See also

Windows Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.