Sets the table cell's formula. For each table cell a formula can be defined which is used to calculate the cell's text. The formula can contain references to other table cells in the same table. When the text of a referenced cell changes, the cell which references it is automatically updated.

<void> TableCell.setFormula(<string> formula, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
formula The cell's formula.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.