Example:
excel = Workbook() # Add a pagebreak at G5 excel.getWorksheets().get(0).getHorizontalPageBreaks().add("G5") excel.getWorksheets().get(0).getVerticalPageBreaks().add("G5")
Property Getters/Setters Summary | ||
---|---|---|
method | getColumn() | |
Gets the column index of the vertical page break. | ||
method | getEndRow() | |
Gets the end row index of the vertical page break. | ||
method | getStartRow() | |
Gets the start row index of the vertical page break. |
Property Getters/Setters Detail |
---|
getStartRow : int | |
int getStartRow() |
getEndRow : int | |
int getEndRow() |
getColumn : int | |
int getColumn() |