Site Logo
EditGrid Developer Portal Back to EditGrid
Documentation / Web API
API Method
cell.setSize

Set the width or height of a range of cells.

Authentication
Requires a valid session key obtained from calling auth.getSessionKey, passed as parameter "s" (HTTP-RPC) or "sessionKey" (SOAP) to authenticate your call.
Parameters
Name Type Req
workbook string *

The id or full path of the workbook.

range string *

The range of cells to be inserted, acceptable formats are Sheet1!A1, Sheet1!A:A, Sheet1!A1:A2, Sheet1!R1C1, Sheet1!R1C1:R2C2.

width int

The value for cell width.

height int

The value for cell height.

Request Body
This method requires no request body.
Return Value
int Always return 1.
For enquiries, please contact cs@editgrid.com , or visit our user forum .