Sets the table cell's background color.

<void> TableCellFormat.setBackColor(<string> backColor, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
backColor The cell's background color.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.