public class VerticalPageBreak
extends java.lang.Object
Example
Workbook excel = new Workbook();
//Add a pagebreak at G5
excel.getWorksheets().get(0).getHorizontalPageBreaks().add("G5");
excel.getWorksheets().get(0).getVerticalPageBreaks().add("G5");
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the column index of the vertical page break.
|
int |
getEndRow()
Gets the end row index of the vertical page break.
|
int |
getStartRow()
Gets the start row index of the vertical page break.
|
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.