Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.PageBreak interface
- Package:
- ExcelScript
Remarks
Used by
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()
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Scripts
Feedback
Was this page helpful?
