Gets 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.getName(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the cell's name.
errorCallback Optional. Is called when the operation failed with an error.