Example:
//Add a pagebreak at G5
$workbook = new cells\Workbook();
//Add a pagebreak at G5
$workbook->getWorksheets()->get(0)->getHorizontalPageBreaks()->add("G5");
$workbook->getWorksheets()->get(0)->getVerticalPageBreaks()->add("G5");
| Property Getters/Setters Summary | ||
|---|---|---|
function | getColumn() | |
| Gets the column index of the vertical page break. | ||
function | getEndRow() | |
| Gets the end row index of the vertical page break. | ||
function | getStartRow() | |
| Gets the start row index of the vertical page break. | ||
| Property Getters/Setters Detail |
|---|
getStartRow : Number | |
function getStartRow() | |
getEndRow : Number | |
function getEndRow() | |
getColumn : Number | |
function getColumn() | |