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