Sets the table cell's number format.

<void> TableCellFormat.setNumberFormat(<string> numberFormat, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
numberFormat The cell's number format.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.