Edit

Share via


ExcelScript.PageBreak interface

Methods

delete()

Deletes a page break object.

getCellAfterBreak()

Gets the first cell after the page break.

getColumnIndex()

Specifies the column index for the page break.

getRowIndex()

Specifies the row index for the page break.

Method Details

delete()

Deletes a page break object.

delete(): void;

Returns

void

getCellAfterBreak()

Gets the first cell after the page break.

getCellAfterBreak(): Range;

Returns

getColumnIndex()

Specifies the column index for the page break.

getColumnIndex(): number;

Returns

number

getRowIndex()

Specifies the row index for the page break.

getRowIndex(): number;

Returns

number