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])
Parameter | Description |
---|---|
callback | Receives the cell's name. |
error |
Optional. Is called when the operation failed with an error. |