XlPageBreak Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies page break location in the worksheet.
public enum class XlPageBreak
public enum XlPageBreak
Public Enum XlPageBreak
- Inheritance
-
XlPageBreak
Fields
Name | Value | Description |
---|---|---|
xlPageBreakNone | -4142 | Page breaks are not inserted in the worksheet. |
xlPageBreakManual | -4135 | Page breaks are manually inserted. |
xlPageBreakAutomatic | -4105 | Excel will automatically add page breaks. |