VPageBreak Interface
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.
Represents a vertical page break.
public interface class VPageBreak
[System.Runtime.InteropServices.Guid("00024402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface VPageBreak
Public Interface VPageBreak
- Attributes
Remarks
The VPageBreak object is a member of the VPageBreaks collection.
Use VPageBreaks(index
), where index
is the page break index number of the page break, to return a VPageBreak object.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Extent |
Returns the type of the specified page break: full-screen or only within a print area. |
Location |
Returns or sets the cell (a Range object) that defines the page-break location. |
Parent |
Returns the parent object for the specified object. |
Type |
Returns or sets the page break type. |
Methods
Delete() |
Deletes the object. |
DragOff(XlDirection, Int32) |
Drags a page break out of the print area. |