Gets the formatting attributes of a table cell. The property's value is an object of type TableCellFormat.

<void> TableCell.getCellFormat(<RequestCellFormatCallback> callback, [<ErrorCallback> errorCallback])

Parameters

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