addBreak
addBreak
BASIC / ADVANCED / PREMIUM
Inserts a row or column break into the Excel spreadsheet.
Description
public addBreak($position, $type = 'row')
This method allows the insertion of a break into the sheet.
Parameters
position
Integer value: 1, 2, 5...
type
'row' or 'col'.
Release notes
- phpxlsx 1.0:
- new method.