HorizontalPageBreak

HorizontalPageBreak class

Encapsulates the object that represents a horizontal page break.

class HorizontalPageBreak;

Methods

MethodDescription
getStartColumn()Gets the start column index of this horizontal page break.
getEndColumn()Gets the end column index of this horizontal page break.
getRow()Gets the zero based row index.

getStartColumn()

Gets the start column index of this horizontal page break.

getStartColumn() : number;

getEndColumn()

Gets the end column index of this horizontal page break.

getEndColumn() : number;

getRow()

Gets the zero based row index.

getRow() : number;