PutHorizontalPageBreak
Contents
[
Hide
]
PutHorizontalPageBreak
Add a horizontal page breaks in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks | PUT | Add a horizontal page breaks in the worksheet. | PutHorizontalPageBreak |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The workbook name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description | |
---|---|---|---|
cellname | string | Cell name | |
row | integer | Row index | zero based. |
column | integer | Column index | zero based. |
startColumn | integer | Start column index | zero based. |
endColumn | integer | End column index | zero based. |
folder | string | The folder where the file is situated. | |
storageName | string | The storage name where the file is situated. |