aspose.cells

Class VerticalPageBreak

Encapsulates the object that represents a vertical page break.

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
functiongetColumn()
Gets the column index of the vertical page break.
functiongetEndRow()
Gets the end row index of the vertical page break.
functiongetStartRow()
Gets the start row index of the vertical page break.
 

    • Property Getters/Setters Detail

      • getStartRow : Number 

        function getStartRow()
        
        Gets the start row index of the vertical page break.
      • getEndRow : Number 

        function getEndRow()
        
        Gets the end row index of the vertical page break.
      • getColumn : Number 

        function getColumn()
        
        Gets the column index of the vertical page break.