PostAutofitWorksheetRo
Contents
[
Hide
]
PostAutofitWorksheetRow
Autofit a row in the worksheet.
REST API
API | HttpMethod | 描述 | API 参考 |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/autofitrow | POST | 自动调整工作表中的一行。 | PostAutofitWorksheetRow |
Path Parameter
参数名称、类型、描述 |
---|
name,string,文件名。 |
sheetName,string,工作表名称。 |
Query Parameter
参数名称、类型、描述 |
---|
rowIndex,整数,行索引。 |
firstColumn,integer,第一列索引。 |
lastColumn,整数,最后一列索引。 |
文件夹,字符串,文件所在的文件夹。 |
storageName,string,文件所在的存储名称。 |