VerticalPageBreak

VerticalPageBreak class

Encapsulates the object that represents a vertical page break.

class VerticalPageBreak;

Methods

MethodDescription
getStartRow()Gets the start row index of the vertical page break.
getEndRow()Gets the end row index of the vertical page break.
getColumn()Gets the column index of the vertical page break.

getStartRow()

Gets the start row index of the vertical page break.

getStartRow() : number;

getEndRow()

Gets the end row index of the vertical page break.

getEndRow() : number;

getColumn()

Gets the column index of the vertical page break.

getColumn() : number;