Expand Minimize
This topic has not yet been rated - Rate this topic

Selection.InsertBreak Method

Inserts a page, column, or section break.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
void InsertBreak(
	ref Object Type
)

Parameters

Type
Type: System.Object%
Optional Object. The type of break to be inserted. WdBreakType

When you insert a page or column break, the selection is replaced by the break. If you don't want to replace the selection, use the Collapse method before using the InsertBreak method. When you insert a section break, the break is inserted immediately preceding the Selection object.

Some of the WdBreakType constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.