Sets the table cell's number format.
<void> TableCellFormat.setNumberFormat(<string> numberFormat, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
number |
The cell's number format. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |