XlPageBreak Enumeration

Specifies page break location in the worksheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPageBreak
'Usage
Dim instance As XlPageBreak
public enum XlPageBreak

Members

Member name Description
xlPageBreakAutomatic Excel will automatically add page breaks.
xlPageBreakManual Page breaks are manually inserted.
xlPageBreakNone Page breaks are not inserted in the worksheet.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace