[]
Represents a vertical page break.
public interface IVPageBreak
Returns the type of the specified page break: full-screen or only within a print area.
PageBreakExtent Extent { get; }
Returns or sets the range that defines the page-break location. Horizontal page breaks are aligned with the top edge of the location range; vertical page breaks are aligned with the left edge of the location range.
IRange Location { get; }
Deletes the object.
void Delete()