Example:
$workbook = new cells\Workbook();
$worksheet = $workbook->getWorksheets()->get(0);
$index = $worksheet->getHorizontalPageBreaks()->add("Y30");
//get the newly added horizontal page break
$hPageBreak = $worksheet->getHorizontalPageBreaks()->get($index);
| Property Getters/Setters Summary | ||
|---|---|---|
function | getEndColumn() | |
| Gets the end column index of this horizontal page break. | ||
function | getRow() | |
| Gets the zero based row index. | ||
function | getStartColumn() | |
| Gets the start column index of this horizontal page break. | ||
| Property Getters/Setters Detail |
|---|
getStartColumn : Number | |
function getStartColumn() | |
getEndColumn : Number | |
function getEndColumn() | |
getRow : Number | |
function getRow() | |