Package com.grapecity.documents.excel
Interface IVPageBreak
public interface IVPageBreak
Represents a vertical page break.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.Returns the type of the specified page break: full-screen or only within a print area.Returns or sets the range that defines the page-break location.
-
Method Details
-
delete
void delete()Deletes the object. -
getExtent
PageBreakExtent getExtent()Returns the type of the specified page break: full-screen or only within a print area. -
getLocation
IRange getLocation()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.
-