ExcelScript.PageBreak interface
Methods
delete() | Deletes a page break object. |
get |
Gets the first cell after the page break. |
get |
Specifies the column index for the page break. |
Method Details
delete()
Deletes a page break object.
delete(): void;
Returns
void
getCellAfterBreak()
getColumnIndex()
Specifies the column index for the page break.
getColumnIndex(): number;
Returns
number