Sets the cell's name. Each table cell can have a name, which can be used to store any string data associated with the cell.
<void> TableCell.setName(<string> name, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| name | The cell's name. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |